[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / f / UrbanAirship-iOS-SDK / 4.0.4 / UrbanAirship-iOS-SDK.podspec.json
blob22077af3a30f9c2649052ea7c37aef95fcf58801
2   "name": "UrbanAirship-iOS-SDK",
3   "version": "4.0.4",
4   "license": "BSD",
5   "platforms": {
6     "ios": "5.1.1"
7   },
8   "summary": "A simple way to integrate Urban Airship services into your iOS applications.",
9   "homepage": "https://github.com/urbanairship/ios-library",
10   "authors": {
11     "Urban Airship": "support@urbanairship.com"
12   },
13   "source": {
14     "git": "https://github.com/urbanairship/ios-library.git",
15     "tag": "4.0.4"
16   },
17   "source_files": "Airship/**/*.{h,m,c}",
18   "resources": "Airship/**/*.{xib,jpg,png,bundle}",
19   "prepare_command": "cd Airship/Common/JS/ && xxd -i UANativeBridge.js UANativeBridge.c",
20   "requires_arc": true,
21   "libraries": [
22     "z",
23     "sqlite3"
24   ],
25   "frameworks": [
26     "CFNetwork",
27     "CoreGraphics",
28     "Foundation",
29     "MobileCoreServices",
30     "Security",
31     "SystemConfiguration",
32     "UIKit",
33     "CoreTelephony",
34     "CoreLocation"
35   ],
36   "compiler_flags": [
37     "$(inherited)",
38     "-D_UA_VERSION=\\\"4.0.4\\\""
39   ],
40   "xcconfig": {
41     "OTHER_CFLAGS": "$(inherited) -D_UA_VERSION=\\\"4.0.4\\\""
42   }