blob: 54d0d857ebf9fc6e03b13b0e3d94df2c148e8f0d [file] [log] [blame]
{
"name": "CardScan",
"version": "1.0.4049",
"summary": "Scan credit cards",
"description": "CardScan is a library for scanning credit cards.",
"homepage": "https://cardscan.io",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Sam King": "kingst@gmail.com"
},
"source": {
"git": "https://github.com/getbouncer/cardscan-ios.git",
"tag": "1.0.4049"
},
"social_media_url": "https://twitter.com/stk",
"default_subspecs": "Core",
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "CardScan/Classes/**/*",
"resource_bundles": {
"CardScan": [
"CardScan/Assets/*.xcassets",
"CardScan/Assets/*.storyboard",
"CardScan/Assets/*.bin"
]
},
"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/*.bin"
]
},
"weak_frameworks": [
"AVKit",
"CoreML",
"VideoToolbox",
"Vision",
"UIKit",
"AVFoundation"
],
"dependencies": {
"Stripe": [
]
}
}
]
}