Skip to content

Commit

Permalink
[Update] VTGojek (1.6.14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jukiginanjar committed Aug 18, 2016
1 parent f00a4b9 commit 3e811d1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions VTGojek/1.6.14/VTGojek.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|

s.name = "VTGojek"
s.version = "1.6.14"
s.summary = "The widget for gojek credit card payment"
s.homepage = "https://veritrans.co.id/"
s.license = 'MIT'
s.author = { "veritrans" => "[email protected]" }
s.source = { :git => "https://github.com/veritrans/Iossdk-gojek-bin.git", :tag => s.version }
s.platform = :ios, '7.0'
s.requires_arc = true

s.source_files = 'headers/*'
s.vendored_libraries = 'libiossdk-gojek.a'
s.resource = 'iossdk-gojek.bundle'
s.frameworks = 'UIKit', 'Foundation'

end

0 comments on commit 3e811d1

Please sign in to comment.