-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
v.budnikov
committed
Apr 28, 2020
1 parent
4b81578
commit a05f33c
Showing
5 changed files
with
19 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,14 @@ | |
Pod::Spec.new do |s| | ||
|
||
s.name = "ASDKCore" | ||
s.version = "1.5.0" | ||
s.version = "1.5.1" | ||
s.summary = "Core library that allows you to use internet acquiring from Tinkoff Bank in your app" | ||
s.description = "Core library that allows you to use internet acquiring from Tinkoff Bank in your app!" | ||
|
||
s.homepage = "https://www.tinkoff.ru" | ||
s.license = "{ :type => 'Apache 2.0' }" | ||
s.author = { "d.tarasov" => "[email protected]" } | ||
|
||
s.author = { "d.tarasov" => "[email protected]" } | ||
s.platform = :ios | ||
s.ios.deployment_target = "9.0" | ||
s.source = { :git => "https://github.com/TinkoffCreditSystems/tinkoff-asdk-ios.git", :tag => "#{s.version}" } | ||
|
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,19 +1,19 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "ASDKUI" | ||
s.version = "1.5.0" | ||
s.version = "1.5.1" | ||
s.summary = "UI components library for internet acquiring from Tinkoff Bank" | ||
s.description = "UI components library for internet acquiring from Tinkoff Bank!" | ||
s.homepage = "https://www.tinkoff.ru" | ||
s.license = "{ :type => 'Apache 2.0' }" | ||
s.author = { "d.tarasov" => "[email protected]" } | ||
s.license = "{ :type => 'Apache 2.0' }" | ||
s.author = { "d.tarasov" => "[email protected]" } | ||
s.platform = :ios | ||
s.ios.deployment_target = "9.0" | ||
s.source = { :git => "https://github.com/TinkoffCreditSystems/tinkoff-asdk-ios.git", :tag => "#{s.version}" } | ||
|
||
s.source_files = "ASDKUI", "ASDKUI/**/*.{h,m}" | ||
s.resources = "ASDKUI/Resources/**/*.*" , "ASDKUI/**/*.{xib}" | ||
|
||
|
||
|
||
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
# | ||
|
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