blob: beb38aa94d0394308284ecd9c0d51c945cde15df [file] [log] [blame]
{
"name": "AirBridge",
"version": "0.1.2",
"summary": "A short description of AirBridge SDK",
"description": "A longer description of UDL in Markdown format.",
"homepage": "http://ab180.co",
"license": "Commercial",
"authors": {
"donutt": "donutt@ab180.co"
},
"platforms": {
"ios": 7.0
},
"source": {
"http": "https://s3-ap-northeast-1.amazonaws.com/airbridge-sdk/frameworks/AirBridge.framework-0.1.2.zip"
},
"preserve_paths": "AirBridge_Files/AirBridge.framework",
"vendored_frameworks": "AirBridge_Files/AirBridge.framework",
"public_header_files": "AirBridge_Files/**/*.h",
"source_files": [
"AirBridge",
"AirBridge_Files/**/*.{h,m}"
],
"frameworks": [
"CoreSpotlight",
"MobileCoreServices"
],
"requires_arc": true
}