[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / b / f / UrbanAirship-iOS-SDK / 8.1.0 / UrbanAirship-iOS-SDK.podspec.json
blob3b77d91a92055e3eb7e0bd3245a9efaeb42c31c5
2   "name": "UrbanAirship-iOS-SDK",
3   "version": "8.1.0",
4   "summary": "Urban Airship iOS SDK",
5   "documentation_url": "http://docs.urbanairship.com/platform/ios.html",
6   "homepage": "https://www.urbanairship.com",
7   "authors": {
8     "Urban Airship": "support@urbanairship.com"
9   },
10   "license": {
11     "type": "BSD",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/urbanairship/ios-library.git",
16     "tag": "8.1.0"
17   },
18   "module_name": "AirshipKit",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "compiler_flags": "-D_UA_VERSION=\\\"8.1.0\\\"",
24   "ios": {
25     "resource_bundles": {
26       "AirshipResources": [
27         "AirshipKit/AirshipResources/*"
28       ]
29     },
30     "source_files": "AirshipKit/AirshipKit/*.{h,m,mm}",
31     "frameworks": [
32       "UserNotifications",
33       "CFNetwork",
34       "CoreGraphics",
35       "Foundation",
36       "MobileCoreServices",
37       "Security",
38       "SystemConfiguration",
39       "UIKit",
40       "CoreTelephony",
41       "CoreLocation",
42       "CoreData"
43     ]
44   },
45   "libraries": [
46     "z",
47     "sqlite3"
48   ]