Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
UknowHui committed Jan 10, 2019
1 parent 907c123 commit 12cfe68
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- NRWViewLib (0.1.13)
- NRWViewLib (0.1.14)

DEPENDENCIES:
- NRWViewLib (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
NRWViewLib: 7ac89b62b9833e69b92a06d949dedfaf87490b14
NRWViewLib: 7c32fb4ad6944f7d1e03f735d4730fe4b1595df8

PODFILE CHECKSUM: 45ca30b1408e4ff160d0a2b1229c3494cf3666d2

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/NRWViewLib.podspec.json

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

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

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

2 changes: 1 addition & 1 deletion NRWViewLib.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NRWViewLib"
s.version = "0.1.13"
s.version = "0.1.14"
s.summary = "Base View"
s.description = "Base View Lib"
s.homepage = "https://github.com/UknowHui/NRWViewLib"
Expand Down
2 changes: 1 addition & 1 deletion NRWViewLib/UIButton+NRWImageTitle.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ typedef NS_ENUM(NSUInteger, NRWButtonEdgeInsetsStyle) {

@interface UIButton (NRWImageTitle)

- (void)layoutButtonWithEdgeInsetsStyle:(NRWButtonEdgeInsetsStyle)style
- (void)layoutButtonWithEdgeInsets:(NRWButtonEdgeInsetsStyle)style
imageTitleSpace:(CGFloat)space;

+ (UIButton *)layoutButtonWith:(NRWButtonEdgeInsetsStyle)style
Expand Down

0 comments on commit 12cfe68

Please sign in to comment.