blob: c12bf692de53feafed9903c4809169a044454763 [file] [log] [blame]
{
"name": "CardFlight",
"version": "3.5.1",
"license": {
"type": "commercial",
"text": "Copyright 2016 Cardflight, Inc. All rights reserved."
},
"homepage": "https://cardflight.com",
"authors": {
"CardFlight": "support@cardflight.com"
},
"summary": "CardFlight's iOS SDK Library",
"source": {
"git": "https://github.com/CardFlight/cardflight-ios.git",
"tag": "v3.5.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"AVFoundation",
"AudioToolbox",
"MediaPlayer",
"MessageUI",
"ExternalAccessory"
],
"pod_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/CardFlight"
},
"libraries": "stdc++.6.0.9",
"source_files": "*.{h,m}",
"preserve_paths": "libCardFlightLibrary.a",
"vendored_libraries": "libCardFlightLibrary.a"
}