blob: b4bb9b361623dd3d992b8a821e4b23eaa55bc52b [file] [log] [blame]
{
"name": "CardScan",
"version": "1.0.5042",
"summary": "Scan credit cards",
"description": "CardScan is a library for scanning credit cards.",
"homepage": "https://cardscan.io",
"license": {
"type": "Custom",
"file": "LICENSE"
},
"authors": {
"Sam King": "kingst@gmail.com"
},
"source": {
"git": "https://github.com/getbouncer/cardscan-ios.git",
"tag": "1.0.5042"
},
"default_subspecs": "Core",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "CardScan/Classes/**/*",
"resource_bundles": {
"CardScan": [
"CardScan/Assets/*.xcassets",
"CardScan/Assets/*.storyboard",
"CardScan/Assets/*.mlmodelc"
]
},
"weak_frameworks": [
"AVKit",
"CoreML",
"VideoToolbox",
"Vision",
"UIKit",
"AVFoundation"
]
},
{
"name": "Stripe",
"source_files": "CardScan/Classes/**/*",
"resource_bundles": {
"CardScan": [
"CardScan/Assets/*.xcassets",
"CardScan/Assets/*.storyboard",
"CardScan/Assets/*.mlmodelc"
]
},
"weak_frameworks": [
"AVKit",
"CoreML",
"VideoToolbox",
"Vision",
"UIKit",
"AVFoundation"
],
"dependencies": {
"Stripe": [
]
}
}
],
"swift_version": "5.0"
}