Skip to content

Commit 8e08c78

Browse files
committed
Lower deployment target
1 parent 7a0b347 commit 8e08c78

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ActivityIndicatingNavigationItem.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "ActivityIndicatingNavigationItem"
3-
s.version = "1.0.1"
3+
s.version = "1.0.2"
44
s.summary = "UINavigationItem subclass that indicates activity with UIActivityIndicator for right/left bar items"
55
s.description = "Use to easily animate the right or left bar button item with this UINavigationItem subclass. Now a common UI practice in iOS for indicating activity while saving data in edit profile screens, etc."
66
s.homepage = "https://github.com/longhorn499/ActivityIndicatingNavigationItem"
77
s.license = "MIT"
88
s.author = { "longhorn499" => "[email protected]" }
99
s.social_media_url = "http://twitter.com/dirtydan499"
10-
s.platform = :ios, "10.3"
10+
s.platform = :ios, "10.0"
1111
s.source = { :git => "https://github.com/longhorn499/ActivityIndicatingNavigationItem.git", :tag => s.version }
1212
s.source_files = 'Source/*.swift'
1313
s.requires_arc = true

ActivityIndicatingNavigationItem.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
DYLIB_INSTALL_NAME_BASE = "@rpath";
358358
INFOPLIST_FILE = "$(SRCROOT)/Source/Supporting Files/Info.plist";
359359
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
360-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
360+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
361361
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
362362
PRODUCT_BUNDLE_IDENTIFIER = "Flower-From-Rock.ActivityIndicatingNavigationItem";
363363
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -381,7 +381,7 @@
381381
DYLIB_INSTALL_NAME_BASE = "@rpath";
382382
INFOPLIST_FILE = "$(SRCROOT)/Source/Supporting Files/Info.plist";
383383
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
384-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
384+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
385385
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
386386
PRODUCT_BUNDLE_IDENTIFIER = "Flower-From-Rock.ActivityIndicatingNavigationItem";
387387
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

Example/ActivityIndicatingNavigationItemExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
CODE_SIGN_STYLE = Automatic;
347347
DEVELOPMENT_TEAM = X6XFU66KA9;
348348
INFOPLIST_FILE = ActivityIndicatingNavigationItemExample/Info.plist;
349-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
349+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
350350
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
351351
PRODUCT_BUNDLE_IDENTIFIER = "Flower-From-Rock.ActivityIndicatingNavigationItemExample";
352352
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -362,7 +362,7 @@
362362
CODE_SIGN_STYLE = Automatic;
363363
DEVELOPMENT_TEAM = X6XFU66KA9;
364364
INFOPLIST_FILE = ActivityIndicatingNavigationItemExample/Info.plist;
365-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
365+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
366366
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
367367
PRODUCT_BUNDLE_IDENTIFIER = "Flower-From-Rock.ActivityIndicatingNavigationItemExample";
368368
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)