Skip to content

Commit

Permalink
Update CoreSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
tien.vu committed Jul 4, 2017
1 parent b09f6cd commit 5b9fe87
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions PWMyCardPlugin.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Pod::Spec.new do |s|
s.name = "PWMyCardPlugin"
s.version = "2.0.0"
s.summary = "PWMyCardPlugin"
s.description = "Plugin for MyCard payment option for PWCoreSDK"
s.homepage = "http://paymentwall.com"
s.author = { "tien.vu" => "[email protected]" }
s.platform = :ios
s.ios.deployment_target = '8.0'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.requires_arc = true

s.source = { :git => "https://github.com/paymentwall/paymentwall-ios-sdk-master.git", :tag => 'v'+String(s.version) }

s.source_files = "Plugins/PWMyCardPlugin", "Plugins/PWMyCardPlugin/Headers/*.{h,m}"
s.resources = "Plugins/PWMyCardPlugin/PWMyCardPluginResource.bundle"

s.vendored_libraries = "Plugins/PWMyCardPlugin/libPWMyCardPlugin.a"

s.libraries = 'PWCoreSDK'

s.dependency 'PWCoreSDK', '~> 2.0.0'

end

0 comments on commit 5b9fe87

Please sign in to comment.