[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 3 / b / f / UrbanAirship-iOS-SDK / 8.3.1 / UrbanAirship-iOS-SDK.podspec.json
blob2ccd022e986dc6c1a010e8ea69fe6e2a1afdd270
2   "name": "UrbanAirship-iOS-SDK",
3   "version": "8.3.1",
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": "Apache License, Version 2.0",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/urbanairship/ios-library.git",
16     "tag": "8.3.1"
17   },
18   "module_name": "AirshipKit",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "ios": {
24     "resource_bundles": {
25       "AirshipResources": [
26         "AirshipKit/AirshipResources/*"
27       ]
28     },
29     "source_files": "AirshipKit/AirshipKit/*.{h,m,mm}",
30     "frameworks": [
31       "UserNotifications",
32       "CFNetwork",
33       "CoreGraphics",
34       "Foundation",
35       "MobileCoreServices",
36       "Security",
37       "SystemConfiguration",
38       "UIKit",
39       "CoreTelephony",
40       "CoreLocation",
41       "CoreData"
42     ]
43   },
44   "libraries": [
45     "z",
46     "sqlite3"
47   ]