From a858dac7389540ffc6d7ad9d7d5e58375bd6c1c5 Mon Sep 17 00:00:00 2001 From: Nanang Rafsanjani Date: Thu, 12 May 2016 12:29:19 +0700 Subject: [PATCH] [Update] VTGojek (1.6.9) --- VTGojek/1.6.9/VTGojek.podspec | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 VTGojek/1.6.9/VTGojek.podspec diff --git a/VTGojek/1.6.9/VTGojek.podspec b/VTGojek/1.6.9/VTGojek.podspec new file mode 100644 index 0000000..0967dc6 --- /dev/null +++ b/VTGojek/1.6.9/VTGojek.podspec @@ -0,0 +1,18 @@ +Pod::Spec.new do |s| + +s.name = "VTGojek" +s.version = "1.6.9" +s.summary = "The widget for gojek credit card payment" +s.homepage = "https://veritrans.co.id/" +s.license = 'MIT' +s.author = { "veritrans" => "dev@veritrans.co.id" } +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