blob: 8b74db8b249dcb351d0c1d6ffd1d12403337920e [file] [log] [blame]
{
"name": "CardFlight",
"version": "1.2",
"summary": "CardFlight's iOS SDK Library",
"homepage": "https://getcardflight.com",
"license": {
"type": "commercial",
"text": "Copyright 2013 Cardflight, Inc. All rights reserved."
},
"authors": {
"CardFlight": "support@getcardflight.com"
},
"platforms": {
"ios": "4.0"
},
"source": {
"git": "https://github.com/CardFlight/cardflight-ios.git",
"tag": "1.2"
},
"source_files": "*.{h,m}",
"preserve_paths": "libCardFlightLibrary.a",
"frameworks": [
"AVFoundation",
"AudioToolbox",
"MediaPlayer",
"MessageUI"
],
"libraries": "CardFlightLibrary",
"vendored_libraries": "libCardFlightLibrary.a",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/CardFlight\""
},
"requires_arc": false
}