Skip to content

Commit e97b4d0

Browse files
committed
Remove invalid library version number
1 parent 9f0a942 commit e97b4d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sheeeeeeeeet.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'Sheeeeeeeeet'
5-
s.version = '1.1.0'
5+
s.version = '1.1.0.1'
66
s.summary = 'Sheeeeeeeeet is a Swift library for custom iOS action sheets.'
77

88
s.description = <<-DESC

Sheeeeeeeeet.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@
12761276
DEFINES_MODULE = YES;
12771277
DEVELOPMENT_TEAM = PMEDFW438U;
12781278
DYLIB_COMPATIBILITY_VERSION = 1;
1279-
DYLIB_CURRENT_VERSION = 1901101458;
1279+
DYLIB_CURRENT_VERSION = "";
12801280
DYLIB_INSTALL_NAME_BASE = "@rpath";
12811281
INFOPLIST_FILE = Sheeeeeeeeet/Info.plist;
12821282
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -1299,7 +1299,7 @@
12991299
DEFINES_MODULE = YES;
13001300
DEVELOPMENT_TEAM = PMEDFW438U;
13011301
DYLIB_COMPATIBILITY_VERSION = 1;
1302-
DYLIB_CURRENT_VERSION = 1901101458;
1302+
DYLIB_CURRENT_VERSION = "";
13031303
DYLIB_INSTALL_NAME_BASE = "@rpath";
13041304
INFOPLIST_FILE = Sheeeeeeeeet/Info.plist;
13051305
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

0 commit comments

Comments
 (0)