Skip to content

Commit

Permalink
Lower deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin49999 committed Nov 20, 2017
1 parent 7a0b347 commit 8e08c78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ActivityIndicatingNavigationItem.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "ActivityIndicatingNavigationItem"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "UINavigationItem subclass that indicates activity with UIActivityIndicator for right/left bar items"
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."
s.homepage = "https://github.com/longhorn499/ActivityIndicatingNavigationItem"
s.license = "MIT"
s.author = { "longhorn499" => "[email protected]" }
s.social_media_url = "http://twitter.com/dirtydan499"
s.platform = :ios, "10.3"
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/longhorn499/ActivityIndicatingNavigationItem.git", :tag => s.version }
s.source_files = 'Source/*.swift'
s.requires_arc = true
Expand Down
4 changes: 2 additions & 2 deletions ActivityIndicatingNavigationItem.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Source/Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Flower-From-Rock.ActivityIndicatingNavigationItem";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand All @@ -381,7 +381,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Source/Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Flower-From-Rock.ActivityIndicatingNavigationItem";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = X6XFU66KA9;
INFOPLIST_FILE = ActivityIndicatingNavigationItemExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Flower-From-Rock.ActivityIndicatingNavigationItemExample";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -362,7 +362,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = X6XFU66KA9;
INFOPLIST_FILE = ActivityIndicatingNavigationItemExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Flower-From-Rock.ActivityIndicatingNavigationItemExample";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 8e08c78

Please sign in to comment.