Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pikacode committed Jul 11, 2018
1 parent 857e24a commit c4bd3fc
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion EBBannerView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "EBBannerView"
s.version = "1.0.6"
s.version = "1.0.7"
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.
Expand Down
Binary file modified EBBannerView/.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,4 +1,4 @@
target 'demo’ do
pod 'EBBannerView', '1.0.6'
pod 'EBBannerView', '1.0.7'
# pod 'EBBannerView', :path => '../../EBBannerView'
end
4 changes: 2 additions & 2 deletions demo/demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down Expand Up @@ -451,7 +451,7 @@
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down
Binary file not shown.

0 comments on commit c4bd3fc

Please sign in to comment.