blob: 8932cd2b8325e80a4e0daf3e3d5490e7ccc347b4 [file] [log] [blame]
{
"name": "UDL",
"version": "0.0.1",
"summary": "A short description of UDL.",
"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://udl.io",
"license": "Commercial",
"authors": {
"donutt": "donutt@udl.io"
},
"platforms": {
"ios": "7.0"
},
"source": {
"http": "https://dl.dropboxusercontent.com/s/vmxpejyx493iy23/UDL.framework.zip"
},
"preserve_paths": "UDL/UDL.framework",
"vendored_frameworks": "UDL/UDL.framework",
"public_header_files": "UDL/**/*.h",
"source_files": [
"UDL",
"UDL/**/*.{h,m}"
],
"frameworks": [
"CoreSpotlight",
"MobileCoreServices"
],
"requires_arc": true
}