[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / e / 7 / Airship / 15.0.1 / Airship.podspec.json
blob7633f1c60004a83ebe87867604d7575637cc7e46
2   "name": "Airship",
3   "version": "15.0.1",
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": "15.0.1"
17   },
18   "module_name": "Airship",
19   "platforms": {
20     "ios": "11.0",
21     "tvos": "11.0"
22   },
23   "swift_versions": "5.0",
24   "requires_arc": true,
25   "default_subspecs": [
26     "Basement",
27     "Core",
28     "Automation",
29     "MessageCenter",
30     "ExtendedActions"
31   ],
32   "subspecs": [
33     {
34       "name": "Basement",
35       "public_header_files": [
36         "Airship/AirshipBasement/Source/Public/*.h",
37         "Cocoapods/Airship.h"
38       ],
39       "source_files": [
40         "Airship/AirshipBasement/Source/Public/*.h",
41         "Airship/AirshipBasement/Source/Internal/*.{h,m}",
42         "Cocoapods/Airship.h"
43       ],
44       "private_header_files": "Airship/AirshipBasement/Source/Internal/*.h",
45       "exclude_files": "Airship/AirshipBasement/Source/Public/AirshipBasement.h",
46       "libraries": [
47         "z",
48         "sqlite3"
49       ],
50       "frameworks": [
51         "UserNotifications",
52         "CFNetwork",
53         "CoreGraphics",
54         "Foundation",
55         "Security",
56         "SystemConfiguration",
57         "UIKit",
58         "CoreData",
59         "Network"
60       ],
61       "ios": {
62         "frameworks": [
63           "WebKit",
64           "CoreTelephony"
65         ]
66       }
67     },
68     {
69       "name": "Core",
70       "source_files": "Airship/AirshipCore/Source/*.{swift}",
71       "resource_bundles": {
72         "AirshipCoreResources": "Airship/AirshipCore/Resources/*"
73       },
74       "exclude_files": [
75         "Airship/AirshipCore/Resources/Info.plist",
76         "Airship/AirshipCore/Source/AirshipCore.h"
77       ],
78       "libraries": [
79         "z",
80         "sqlite3"
81       ],
82       "frameworks": [
83         "UserNotifications",
84         "CFNetwork",
85         "CoreGraphics",
86         "Foundation",
87         "Security",
88         "SystemConfiguration",
89         "UIKit",
90         "CoreData",
91         "Network"
92       ],
93       "ios": {
94         "frameworks": [
95           "WebKit",
96           "CoreTelephony"
97         ]
98       },
99       "dependencies": {
100         "Airship/Basement": [
102         ]
103       }
104     },
105     {
106       "name": "ExtendedActions",
107       "ios": {
108         "public_header_files": "Airship/AirshipExtendedActions/Source/Public/*.h",
109         "source_files": [
110           "Airship/AirshipExtendedActions/Source/**/*.{h,m}",
111           "Airship/AirshipExtendedActions/Source/Public/**/*.{h,m}"
112         ],
113         "private_header_files": "Airship/AirshipExtendedActions/Source/**/*+Internal*.h",
114         "resource_bundles": {
115           "AirshipExtendedActionsResources": "Airship/AirshipExtendedActions/Resources/*"
116         },
117         "exclude_files": [
118           "Airship/AirshipExtendedActions/Resources/Info.plist",
119           "Airship/AirshipExtendedActions/Source/AirshipExtendedActions.h"
120         ],
121         "frameworks": "StoreKit"
122       },
123       "dependencies": {
124         "Airship/Core": [
126         ]
127       }
128     },
129     {
130       "name": "Location",
131       "ios": {
132         "public_header_files": "Airship/AirshipLocation/Source/Public/*.h",
133         "source_files": [
134           "Airship/AirshipLocation/Source/*.{h,m}",
135           "Airship/AirshipLocation/Source/Public/**/*.{h,m}"
136         ],
137         "private_header_files": "Airship/AirshipLocation/Source/*+Internal*.h",
138         "exclude_files": "Airship/AirshipLocation/Source/AirshipLocation.h",
139         "frameworks": "CoreLocation"
140       },
141       "dependencies": {
142         "Airship/Core": [
144         ]
145       }
146     },
147     {
148       "name": "Automation",
149       "ios": {
150         "public_header_files": "Airship/AirshipAutomation/Source/Public/*.h",
151         "source_files": [
152           "Airship/AirshipAutomation/Source/**/*.{h,m}",
153           "Airship/AirshipAutomation/Source/Public/**/*.{h,m}"
154         ],
155         "resource_bundles": {
156           "AirshipAutomationResources": "Airship/AirshipAutomation/Resources/*"
157         },
158         "exclude_files": [
159           "Airship/AirshipAutomation/Resources/Info.plist",
160           "Airship/AirshipAutomation/Source/AirshipAutomation.h"
161         ],
162         "frameworks": "UIKit"
163       },
164       "dependencies": {
165         "Airship/Core": [
167         ]
168       }
169     },
170     {
171       "name": "MessageCenter",
172       "ios": {
173         "public_header_files": "Airship/AirshipMessageCenter/Source/Public/*.h",
174         "source_files": [
175           "Airship/AirshipMessageCenter/Source/**/*.{h,m}",
176           "Airship/AirshipMessageCenter/Source/Public/**/*.{h,m}"
177         ],
178         "private_header_files": "Airship/AirshipMessageCenter/Source/**/*+Internal*.h",
179         "resource_bundles": {
180           "AirshipMessageCenterResources": "Airship/AirshipMessageCenter/Resources/*"
181         },
182         "exclude_files": [
183           "Airship/AirshipMessageCenter/Resources/Info.plist",
184           "Airship/AirshipMessageCenter/Source/AirshipMessageCenter.h"
185         ]
186       },
187       "dependencies": {
188         "Airship/Core": [
190         ]
191       }
192     },
193     {
194       "name": "Accengage",
195       "ios": {
196         "public_header_files": "Airship/AirshipAccengage/Source/Public/*.h",
197         "source_files": [
198           "Airship/AirshipAccengage/Source/**/*.{h,m}",
199           "Airship/AirshipAccengage/Source/Public/**/*.{h,m}"
200         ],
201         "private_header_files": "Airship/AirshipAccengage/Source/**/*+Internal*.h",
202         "exclude_files": "Airship/AirshipAccengage/Source/AirshipAccengage.h",
203         "resource_bundles": {
204           "AirshipAccengageResources": "Airship/AirshipAccengage/Resources/**/*"
205         }
206       },
207       "dependencies": {
208         "Airship/Core": [
210         ]
211       }
212     },
213     {
214       "name": "Chat",
215       "ios": {
216         "source_files": "Airship/AirshipChat/Source/**/*.{h,m,swift}",
217         "exclude_files": "Airship/AirshipChat/Source/AirshipChat.h",
218         "resource_bundles": {
219           "AirshipChatResources": "Airship/AirshipChat/Resources/**/*"
220         }
221       },
222       "dependencies": {
223         "Airship/Core": [
225         ]
226       }
227     },
228     {
229       "name": "PreferenceCenter",
230       "ios": {
231         "source_files": "Airship/AirshipPreferenceCenter/Source/**/*.{h,m,swift}",
232         "exclude_files": "Airship/AirshipPreferenceCenter/Source/AirshipPreferenceCenter.h",
233         "resource_bundles": {
234           "AirshipPreferenceCenterResources": "Airship/AirshipPreferenceCenter/Resources/**/*"
235         }
236       },
237       "dependencies": {
238         "Airship/Core": [
240         ]
241       }
242     }
243   ],
244   "swift_version": "5.0"