[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / 3 / b / f / UrbanAirship-iOS-SDK / 5.0.0 / UrbanAirship-iOS-SDK.podspec.json
blob426a4e61a3db4273603217a977c57baa7fca63f8
2   "name": "UrbanAirship-iOS-SDK",
3   "version": "5.0.0",
4   "license": "BSD",
5   "platforms": {
6     "ios": "6.0"
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": "5.0.0"
16   },
17   "source_files": "Airship/**/*.{h,m,c}",
18   "resources": "Airship/**/*.{xib,jpg,png,bundle,strings}",
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=\\\"5.0.0\\\""
39   ],
40   "xcconfig": {
41     "OTHER_CFLAGS": "$(inherited) -D_UA_VERSION=\\\"5.0.0\\\""
42   }