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

Commit

Permalink
Set version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-at-adyen committed Aug 9, 2016
1 parent cb7a8c3 commit f16da87
Show file tree
Hide file tree
Showing 8 changed files with 153 additions and 144 deletions.
24 changes: 12 additions & 12 deletions AdyenCSE.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'AdyenCSE'
s.version = '0.0.2'
s.summary = 'AdyenCSE is a client side encryption library for credit card data.'
s.description = <<-DESC
s.name = 'AdyenCSE'
s.version = '1.0.2'
s.summary = 'AdyenCSE is a client side encryption library for credit card data.'
s.description = <<-DESC
With CSE card data is encrypted within the client, in this case the iOS device, before you submit it via your own server to the Adyen API. By using CSE you reduce your scope of PCI compliance, because no raw card data travels through your server. This repository can be leveraged as a starting point to integrate Adyen's payment functionality fully in-app.
DESC
s.homepage = 'https://github.com/Adyen/AdyenCSE-iOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Adyen' => 'support@adyen.com' }
s.source = { :git => 'https://github.com/Adyen/AdyenCSE-iOS.git', :tag => "v#{s.version}" }
s.ios.deployment_target = '7.0'
s.source_files = 'AdyenCSE/Classes/**/*'
s.frameworks = 'Foundation', 'Security'
DESC
s.homepage = 'https://github.com/Adyen/AdyenCSE-iOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Adyen' => 'support@adyen.com' }
s.source = { :git => 'https://github.com/Adyen/AdyenCSE-iOS.git', :tag => "v#{s.version}" }
s.ios.deployment_target = '7.0'
s.source_files = 'AdyenCSE/Classes/**/*'
s.frameworks = 'Foundation', 'Security'
end
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AdyenCSE (0.1.0)
- AdyenCSE (1.0.2)

DEPENDENCIES:
- AdyenCSE (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
AdyenCSE: a8a00e7282e5df5cb2bb2450a7e75b607335672c
AdyenCSE: 58b995eed5f6c25ec8dcddd389b86d0734c81563

PODFILE CHECKSUM: 5feb29907b23654a96d27fa501e2ef759cead5c2

Expand Down
22 changes: 13 additions & 9 deletions Example/Pods/Local Podspecs/AdyenCSE.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

236 changes: 120 additions & 116 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/AdyenCSE/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f16da87

Please sign in to comment.