Skip to content

Commit

Permalink
Update deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
dqhieu authored and tonydinh-grabtaxi committed Apr 10, 2019
1 parent 4efe3c7 commit 1692b2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Installation
UIGradient is now available on CocoaPods. Simply add the following to your project Podfile, and you'll be good to go.
```ruby
pod 'UIGradient', '~> 1.2.0'
pod 'UIGradient'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion UIGradient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/dqhieu/UIGradient"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Đinh Quang Hiếu" => "[email protected]" }
s.platform = :ios, "9.0"
s.platform = :ios, "11.0"
s.source = { :git => "https://github.com/dqhieu/UIGradient.git", :tag => "#{s.version}" }
s.source_files = "Sources/*.swift"

Expand Down
4 changes: 2 additions & 2 deletions UIGradientExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = BH46VD9229;
INFOPLIST_FILE = UIGradientExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dqhieu.UIGradientExample;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -327,7 +327,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = BH46VD9229;
INFOPLIST_FILE = UIGradientExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dqhieu.UIGradientExample;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 1692b2a

Please sign in to comment.