blob: d8a273c6a7fa8d952223b9de2898ea9234e1cdab [file] [log] [blame]
{
"name": "CardIODependable",
"version": "5.4.1",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://www.card.io",
"authors": {
"CardIODependable": "support@paypal.com"
},
"summary": "Credit card scanning for mobile apps",
"social_media_url": "https://twitter.com/cardio",
"source": {
"git": "https://github.com/samdods/CardIODependable.git",
"tag": "5.4.1"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "CardIO/*.{h,m}",
"frameworks": [
"Accelerate",
"AVFoundation",
"AudioToolbox",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"MobileCoreServices",
"OpenGLES",
"QuartzCore",
"Security",
"UIKit"
],
"libraries": "c++",
"vendored_libraries": [
"CardIO/libCardIO.a",
"CardIO/libopencv_core.a",
"CardIO/libopencv_imgproc.a"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}