Skip to content

Commit

Permalink
Card.io XCFramework pod (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokhl authored May 11, 2021
1 parent 6d63f10 commit bb23083
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 585 deletions.
10 changes: 4 additions & 6 deletions CardIOSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
Pod::Spec.new do |spec|

spec.platform = :ios
spec.ios.deployment_target = '8.0'
spec.ios.deployment_target = '9.0'
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.4'
spec.version = '5.5.6'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.authors = { 'Very Good Security' => '[email protected]', 'CardIO' => '[email protected]' }
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'

spec.source_files = 'Sources/CardIOSDK/CardIOSDK.h'
spec.vendored_framework = 'Sources/CardIOSDK/CardIO.xcframework'
end
Binary file removed Carthage/Build/iOS/CardIO.framework/CardIO
Binary file not shown.
14 changes: 0 additions & 14 deletions Carthage/Build/iOS/CardIO.framework/Headers/CardIO.h

This file was deleted.

83 changes: 0 additions & 83 deletions Carthage/Build/iOS/CardIO.framework/Headers/CardIOCreditCardInfo.h

This file was deleted.

17 changes: 0 additions & 17 deletions Carthage/Build/iOS/CardIO.framework/Headers/CardIODetectionMode.h

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bb23083

Please sign in to comment.