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