blob: f5564b6eb3dd44d7ea9bf1302526621084c26775 [file] [log] [blame]
{
"name": "CardIO",
"version": "4.0.1",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://www.card.io",
"authors": {
"CardIO": "support@paypal.com"
},
"summary": "Credit card scanning for mobile apps",
"social_media_url": "https://twitter.com/cardio",
"source": {
"git": "https://github.com/card-io/card.io-iOS-SDK.git",
"tag": "4.0.1"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "CardIO/*.h",
"preserve_paths": "CardIO/*.a",
"frameworks": [
"AVFoundation",
"AudioToolbox",
"CoreMedia",
"CoreVideo",
"MobileCoreServices",
"OpenGLES",
"QuartzCore",
"Security",
"UIKit"
],
"libraries": [
"CardIO",
"c++"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/CardIO/CardIO\""
}
}