[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / e / 7 / Airship / 14.1.3 / Airship.podspec.json
blob77f7b3fec0b2ebfd459d45ccdfd1016d09b848d3
2   "name": "Airship",
3   "version": "14.1.3",
4   "summary": "Airship iOS SDK",
5   "documentation_url": "https://docs.airship.com/platform/ios",
6   "homepage": "https://www.airship.com",
7   "authors": {
8     "Airship": "support@airship.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": "14.1.3"
17   },
18   "module_name": "Airship",
19   "platforms": {
20     "ios": "11.0",
21     "tvos": "11.0"
22   },
23   "requires_arc": true,
24   "default_subspecs": [
25     "Core",
26     "Automation",
27     "MessageCenter",
28     "ExtendedActions"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "public_header_files": "Airship/AirshipCore/Source/Public/*.h",
34       "source_files": [
35         "Airship/AirshipCore/Source/Public/*.h",
36         "Airship/AirshipCore/Source/Internal/*.{h,m}"
37       ],
38       "private_header_files": "Airship/AirshipCore/Source/Internal/*.h",
39       "resources": "Airship/AirshipCore/Resources/*",
40       "exclude_files": [
41         "Airship/AirshipCore/Resources/Info.plist",
42         "Airship/AirshipCore/Source/Public/AirshipCore.h"
43       ],
44       "libraries": [
45         "z",
46         "sqlite3"
47       ],
48       "frameworks": [
49         "UserNotifications",
50         "CFNetwork",
51         "CoreGraphics",
52         "Foundation",
53         "Security",
54         "SystemConfiguration",
55         "UIKit",
56         "CoreData"
57       ],
58       "ios": {
59         "frameworks": [
60           "WebKit",
61           "CoreTelephony"
62         ]
63       }
64     },
65     {
66       "name": "ExtendedActions",
67       "ios": {
68         "public_header_files": "Airship/AirshipExtendedActions/Source/Public/*.h",
69         "source_files": [
70           "Airship/AirshipExtendedActions/Source/**/*.{h,m}",
71           "Airship/AirshipExtendedActions/Source/Public/**/*.{h,m}"
72         ],
73         "private_header_files": "Airship/AirshipExtendedActions/Source/**/*+Internal*.h",
74         "resources": "Airship/AirshipExtendedActions/Resources/*",
75         "exclude_files": [
76           "Airship/AirshipExtendedActions/Resources/Info.plist",
77           "Airship/AirshipExtendedActions/Source/AirshipExtendedActions.h"
78         ],
79         "frameworks": "StoreKit"
80       },
81       "dependencies": {
82         "Airship/Core": [
84         ]
85       }
86     },
87     {
88       "name": "Location",
89       "ios": {
90         "public_header_files": "Airship/AirshipLocation/Source/Public/*.h",
91         "source_files": [
92           "Airship/AirshipLocation/Source/*.{h,m}",
93           "Airship/AirshipLocation/Source/Public/**/*.{h,m}"
94         ],
95         "private_header_files": "Airship/AirshipLocation/Source/*+Internal*.h",
96         "exclude_files": "Airship/AirshipLocation/Source/AirshipLocation.h",
97         "frameworks": "CoreLocation"
98       },
99       "dependencies": {
100         "Airship/Core": [
102         ]
103       }
104     },
105     {
106       "name": "Automation",
107       "ios": {
108         "public_header_files": "Airship/AirshipAutomation/Source/Public/*.h",
109         "source_files": [
110           "Airship/AirshipAutomation/Source/**/*.{h,m}",
111           "Airship/AirshipAutomation/Source/Public/**/*.{h,m}"
112         ],
113         "resources": "Airship/AirshipAutomation/Resources/*",
114         "exclude_files": [
115           "Airship/AirshipAutomation/Resources/Info.plist",
116           "Airship/AirshipAutomation/Source/AirshipAutomation.h"
117         ],
118         "frameworks": "UIKit"
119       },
120       "dependencies": {
121         "Airship/Core": [
123         ]
124       }
125     },
126     {
127       "name": "MessageCenter",
128       "ios": {
129         "public_header_files": "Airship/AirshipMessageCenter/Source/Public/*.h",
130         "source_files": [
131           "Airship/AirshipMessageCenter/Source/**/*.{h,m}",
132           "Airship/AirshipMessageCenter/Source/Public/**/*.{h,m}"
133         ],
134         "private_header_files": "Airship/AirshipMessageCenter/Source/**/*+Internal*.h",
135         "resources": "Airship/AirshipMessageCenter/Resources/*",
136         "exclude_files": [
137           "Airship/AirshipMessageCenter/Resources/Info.plist",
138           "Airship/AirshipMessageCenter/Source/AirshipMessageCenter.h"
139         ]
140       },
141       "dependencies": {
142         "Airship/Core": [
144         ]
145       }
146     },
147     {
148       "name": "Accengage",
149       "ios": {
150         "public_header_files": "Airship/AirshipAccengage/Source/Public/*.h",
151         "source_files": [
152           "Airship/AirshipAccengage/Source/**/*.{h,m}",
153           "Airship/AirshipAccengage/Source/Public/**/*.{h,m}"
154         ],
155         "private_header_files": "Airship/AirshipAccengage/Source/**/*+Internal*.h",
156         "exclude_files": "Airship/AirshipAccengage/Source/AirshipAccengage.h",
157         "resources": "Airship/AirshipAccengage/Resources/**/*"
158       },
159       "dependencies": {
160         "Airship/Core": [
162         ]
163       }
164     }
165   ]