blob: 151afc760d78eb5eddc4536ccbe33cc31695b9f5 [file] [log] [blame]
{
"name": "AirBridge",
"version": "0.7.3",
"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.7.3.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": [
"SafariServices",
"CoreSpotlight",
"MobileCoreServices"
],
"requires_arc": true
}