blob: 92feb29cd23fa13da18fe89dc9fb9e92a3e525fb [file] [log] [blame]
{
"name": "AirBridge",
"version": "0.0.1",
"summary": "A short description of AirBridge SDK",
"description": "A longer description of UDL in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "http://ab180.co",
"license": "Commercial",
"authors": {
"donutt": "donutt@ab180.co"
},
"platforms": {
"ios": "7.0"
},
"source": {
"http": "https://dl.dropboxusercontent.com/s/5zjw3tu5dsgjlqp/AirBridge.framework_0.0.1.zip"
},
"preserve_paths": "AirBridge/AirBridge.framework",
"vendored_frameworks": "AirBridge/AirBridge.framework",
"public_header_files": "AirBridge/**/*.h",
"source_files": [
"AirBridge",
"AirBridge/**/*.{h,m}"
],
"frameworks": [
"CoreSpotlight",
"MobileCoreServices"
],
"requires_arc": true
}