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