Skip to content

Commit

Permalink
Update source.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokhl committed Feb 10, 2020
1 parent 1d92b8c commit b63d1d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CardIOSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Pod::Spec.new do |spec|
spec.name = 'CardIOSDK'
spec.summary = 'Credit card scanning for mobile apps. Wrapper around original CardIO library to bring easy integration into Swift projects.'
spec.requires_arc = true
spec.version = '5.5.1'
spec.version = '5.5.2'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.authors = { 'VGS' => 'support@verygoodsecurity.com', 'CardIO' => 'support@paypal.com' }
spec.homepage = 'https://github.com/verygoodsecurity/vgs-collect-ios'
spec.source = { :git => 'https://github.com/dmytrokhl/CardIOSDK.git', :tag => "#{spec.version}" }
spec.authors = { 'Very Good Security' => 'support@verygoodsecurity.com', 'CardIO' => 'support@paypal.com' }
spec.homepage = 'https://github.com/verygoodsecurity/CardIOSDK-iOS'
spec.source = { :git => 'https://github.com/verygoodsecurity/CardIOSDK-iOS.git', :tag => "#{spec.version}" }
spec.preserve_paths = 'Carthage/Build/iOS/*.md'
spec.source_files = 'CardIOSDK/CardIOSDK.h'
spec.vendored_framework = 'Carthage/Build/iOS/CardIO.framework'
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "dmytrokhl/card.io-iOS-source"
github "verygoodsecurity/card.io-iOS-source"

0 comments on commit b63d1d6

Please sign in to comment.