Skip to content

Commit

Permalink
Remove invalid library version number
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Jan 10, 2019
1 parent 9f0a942 commit e97b4d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sheeeeeeeeet.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'Sheeeeeeeeet'
s.version = '1.1.0'
s.version = '1.1.0.1'
s.summary = 'Sheeeeeeeeet is a Swift library for custom iOS action sheets.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Sheeeeeeeeet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = PMEDFW438U;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1901101458;
DYLIB_CURRENT_VERSION = "";
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sheeeeeeeeet/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -1299,7 +1299,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = PMEDFW438U;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1901101458;
DYLIB_CURRENT_VERSION = "";
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sheeeeeeeeet/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down

0 comments on commit e97b4d0

Please sign in to comment.