Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Update .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-at-adyen committed Mar 7, 2017
1 parent 505e8db commit 80cd511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdyenCSE.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/Adyen/AdyenCSE-iOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Adyen' => '[email protected]' }
s.source = { :git => 'https://github.com/Adyen/AdyenCSE-iOS.git', :tag => "v#{s.version}" }
s.source = { :git => 'https://github.com/Adyen/AdyenCSE-iOS.git', :tag => "#{s.version}" }
s.ios.deployment_target = '7.0'
s.source_files = 'AdyenCSE/Classes/**/*'
s.frameworks = 'Foundation', 'Security'
Expand Down

0 comments on commit 80cd511

Please sign in to comment.