-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set deployment target to 9 due to tvos
- Loading branch information
Pawel Kania (PGS Software)
committed
Oct 30, 2020
1 parent
43f31d0
commit 561ed4b
Showing
4 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'InAppPurchaseButton' | ||
s.version = '1.1.0' | ||
s.version = '1.1.1' | ||
s.license = 'MIT' | ||
s.summary = 'In-App Purchase Button written in Swift' | ||
s.homepage = 'https://github.com/PGSSoft/InAppPurchaseButton' | ||
s.authors = { 'Paweł Kania' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/PGSSoft/InAppPurchaseButton.git', :tag => s.version } | ||
s.ios.deployment_target = '8.4' | ||
s.ios.deployment_target = '9.0' | ||
s.source_files = 'Sources/{*.swift}' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters