blob: e53d12f978fb63401778999df291c6e7b2ed7ad6 [file] [log] [blame]
{
"name": "UrbanAirship-iOS-SDK",
"version": "4.0.1",
"license": "BSD",
"platforms": {
"ios": "5.1.1"
},
"summary": "A simple way to integrate Urban Airship services into your iOS applications.",
"homepage": "https://github.com/urbanairship/ios-library",
"authors": {
"Urban Airship": "support@urbanairship.com"
},
"source": {
"git": "https://github.com/urbanairship/ios-library.git",
"tag": "4.0.1"
},
"source_files": "Airship/**/*.{h,m,c}",
"resources": "Airship/**/*.{xib,jpg,png,bundle}",
"prepare_command": "cd Airship/Common/JS/ && xxd -i UANativeBridge.js UANativeBridge.c",
"requires_arc": true,
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"CFNetwork",
"CoreGraphics",
"Foundation",
"MobileCoreServices",
"Security",
"SystemConfiguration",
"UIKit",
"CoreTelephony",
"CoreLocation"
],
"compiler_flags": [
"$(inherited)",
"-D_UA_VERSION=\\\"4.0.1\\\""
],
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -D_UA_VERSION=\\\"4.0.1\\\""
}
}