Skip to content

Commit

Permalink
Commit version added
Browse files Browse the repository at this point in the history
  • Loading branch information
JaydeepPatoliya committed Oct 21, 2016
1 parent 8df8266 commit f727f17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Paysafe.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/paysafegroup/paysafe_sdk_ios.git'
s.license = 'MIT'
s.author = { 'Paysafe' => '[email protected]' }
s.source = { :git => 'https://github.com/paysafegroup/paysafe_sdk_ios.git', :tag => '1.0.0' }
s.source = { :git => 'https://github.com/paysafegroup/paysafe_sdk_ios.git', :commit => '84c1b3606f7db6086e3a04d3167929856655e82b', :tag => '1.0.0' }
s.platform = :ios
s.requires_arc = true
s.source_files = 'iOS_SDK/PaymentKit/*.{h,m}','iOS_SDK/MockPassKItLib/*.{h,m}'
s.resource = 'iOS_SDK/MockPassKItLib/PaySafeMockPaymentSummaryViewController.xib'

end

0 comments on commit f727f17

Please sign in to comment.