Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pikacode committed Dec 8, 2017
1 parent edd406e commit 569cb1b
Show file tree
Hide file tree
Showing 43 changed files with 1,868 additions and 147 deletions.
4 changes: 2 additions & 2 deletions EBBannerView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.name = "EBBannerView"
s.version = "1.0.5"
s.summary = "展示跟iOS9/10/11推送一样的横幅/提示音/振动,或自定义viewShow a banner the same with iOS9/10/11 nofitication(sound/vibrate), or customize."
s.summary = "展示跟iOS9/10/11推送一样的横幅/提示音/振动,或自定义view.Show a banner the same with iOS9/10/11 nofitication(sound/vibrate), or customize."

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand Down Expand Up @@ -96,7 +96,7 @@ App在前台时展示跟iOS9,10,11推送通知一样UI的横幅/自动提示音

# s.exclude_files = "Classes/Exclude"

s.public_header_files = "EBBannerView/*.{h}"
s.public_header_files = "EBBannerView/*.{h}", "EBBannerView/Classes/EBBannerViewController.h"


# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
Binary file modified demo/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
target 'demo’ do
pod 'EBBannerView', :path => Pathname.new(File.dirname(__FILE__)).realpath + '../'
pod 'EBBannerView', '1.0.5'
end
9 changes: 2 additions & 7 deletions demo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@ PODS:
- EBBannerView (1.0.5)

DEPENDENCIES:
- EBBannerView (from `/Users/wxc/Desktop/EBBannerView`)

EXTERNAL SOURCES:
EBBannerView:
:path: !ruby/object:Pathname
path: /Users/wxc/Desktop/EBBannerView
- EBBannerView (= 1.0.5)

SPEC CHECKSUMS:
EBBannerView: d9757746d79965fc83d4120d59e970027827f8d0

PODFILE CHECKSUM: 69f54876fb420b410f127e6cafd4b957cd3f933b
PODFILE CHECKSUM: e358eb427f14191e37537702584d366d83f7ff9a

COCOAPODS: 1.3.1
Binary file modified demo/Pods/.DS_Store
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 569cb1b

Please sign in to comment.