Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
uziwuzzy committed Feb 8, 2019
1 parent d758094 commit b1a1790
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MidtransCoreKit.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|

s.name = "MidtransCoreKit"
s.version = "1.14.7"
s.version = "1.14.8"
s.summary = "Veritrans mobile SDK beta version"
s.homepage = "https://veritrans.co.id/"
s.license = 'MIT'
s.author = { "veritrans" => "[email protected]" }
s.source = { :git => 'https://github.com/veritrans/Veritrans-ios-sdk.git', :tag => s.version}
s.platform = :ios, '8.0'
s.platform = :ios, '9.0'
s.requires_arc = true
s.source_files = 'MidtransCoreKit/MidtransCoreKit/**/*.{h,m}'
s.frameworks = 'UIKit', 'Foundation'
Expand Down
6 changes: 3 additions & 3 deletions MidtransKit.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|

s.name = "MidtransKit"
s.version = "1.14.7"
s.version = "1.14.8"
s.summary = "Veritrans mobile SDK beta version"
s.homepage = "https://veritrans.co.id/"
s.license = 'MIT'
s.author = { "veritrans" => "[email protected]" }
s.source = { :git => 'https://github.com/veritrans/Veritrans-ios-sdk.git', :tag => s.version}
s.platform = :ios, '8.0'
s.platform = :ios, '9.0'
s.requires_arc = true

s.subspec 'UI' do |sp|
Expand All @@ -17,7 +17,7 @@ s.source_files = 'MidtransKit/MidtransKit/**/*.{h,m}'
s.resource_bundles = {
'MidtransKit' => ['MidtransKit/MidtransKit/resources/*']
}
s.dependency 'MidtransCoreKit', '1.14.7'
s.dependency 'MidtransCoreKit', '1.14.8'
s.static_framework = true
s.default_subspec = 'UI'

Expand Down

0 comments on commit b1a1790

Please sign in to comment.