[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / e / 7 / Airship / 16.10.4 / Airship.podspec.json
blob88432a5bd8073f5b20a8311cdd39956fd6cf6e27
2   "name": "Airship",
3   "version": "16.10.4",
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.10.4"
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       ],
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       ],
92       "ios": {
93         "frameworks": [
94           "WebKit",
95           "CoreTelephony"
96         ]
97       },
98       "dependencies": {
99         "Airship/Basement": [
101         ]
102       }
103     },
104     {
105       "name": "ExtendedActions",
106       "ios": {
107         "public_header_files": "Airship/AirshipExtendedActions/Source/Public/*.h",
108         "source_files": [
109           "Airship/AirshipExtendedActions/Source/**/*.{h,m}",
110           "Airship/AirshipExtendedActions/Source/Public/**/*.{h,m}"
111         ],
112         "private_header_files": "Airship/AirshipExtendedActions/Source/**/*+Internal*.h",
113         "resource_bundles": {
114           "AirshipExtendedActionsResources": "Airship/AirshipExtendedActions/Resources/*"
115         },
116         "exclude_files": [
117           "Airship/AirshipExtendedActions/Resources/Info.plist",
118           "Airship/AirshipExtendedActions/Source/AirshipExtendedActions.h"
119         ],
120         "frameworks": "StoreKit"
121       },
122       "dependencies": {
123         "Airship/Core": [
125         ]
126       }
127     },
128     {
129       "name": "Location",
130       "ios": {
131         "public_header_files": "Airship/AirshipLocation/Source/Public/*.h",
132         "source_files": [
133           "Airship/AirshipLocation/Source/*.{h,m}",
134           "Airship/AirshipLocation/Source/Public/**/*.{h,m}"
135         ],
136         "private_header_files": "Airship/AirshipLocation/Source/*+Internal*.h",
137         "exclude_files": "Airship/AirshipLocation/Source/AirshipLocation.h",
138         "frameworks": "CoreLocation"
139       },
140       "dependencies": {
141         "Airship/Core": [
143         ]
144       }
145     },
146     {
147       "name": "Automation",
148       "ios": {
149         "public_header_files": "Airship/AirshipAutomation/Source/Public/*.h",
150         "source_files": [
151           "Airship/AirshipAutomation/Source/**/*.{h,m}",
152           "Airship/AirshipAutomation/Source/Public/**/*.{h,m}"
153         ],
154         "resource_bundles": {
155           "AirshipAutomationResources": "Airship/AirshipAutomation/Resources/*"
156         },
157         "exclude_files": [
158           "Airship/AirshipAutomation/Resources/Info.plist",
159           "Airship/AirshipAutomation/Source/AirshipAutomation.h"
160         ],
161         "frameworks": "UIKit"
162       },
163       "dependencies": {
164         "Airship/Core": [
166         ]
167       }
168     },
169     {
170       "name": "MessageCenter",
171       "ios": {
172         "public_header_files": "Airship/AirshipMessageCenter/Source/Public/*.h",
173         "source_files": [
174           "Airship/AirshipMessageCenter/Source/**/*.{h,m}",
175           "Airship/AirshipMessageCenter/Source/Public/**/*.{h,m}"
176         ],
177         "private_header_files": "Airship/AirshipMessageCenter/Source/**/*+Internal*.h",
178         "resource_bundles": {
179           "AirshipMessageCenterResources": "Airship/AirshipMessageCenter/Resources/*"
180         },
181         "exclude_files": [
182           "Airship/AirshipMessageCenter/Resources/Info.plist",
183           "Airship/AirshipMessageCenter/Source/AirshipMessageCenter.h"
184         ]
185       },
186       "dependencies": {
187         "Airship/Core": [
189         ]
190       }
191     },
192     {
193       "name": "Accengage",
194       "ios": {
195         "public_header_files": "Airship/AirshipAccengage/Source/Public/*.h",
196         "source_files": [
197           "Airship/AirshipAccengage/Source/**/*.{h,m}",
198           "Airship/AirshipAccengage/Source/Public/**/*.{h,m}"
199         ],
200         "private_header_files": "Airship/AirshipAccengage/Source/**/*+Internal*.h",
201         "exclude_files": "Airship/AirshipAccengage/Source/AirshipAccengage.h",
202         "resource_bundles": {
203           "AirshipAccengageResources": "Airship/AirshipAccengage/Resources/**/*"
204         }
205       },
206       "dependencies": {
207         "Airship/Core": [
209         ]
210       }
211     },
212     {
213       "name": "Chat",
214       "ios": {
215         "source_files": "Airship/AirshipChat/Source/**/*.{h,m,swift}",
216         "exclude_files": "Airship/AirshipChat/Source/AirshipChat.h",
217         "resource_bundles": {
218           "AirshipChatResources": "Airship/AirshipChat/Resources/**/*"
219         }
220       },
221       "dependencies": {
222         "Airship/Core": [
224         ]
225       }
226     },
227     {
228       "name": "PreferenceCenter",
229       "ios": {
230         "source_files": "Airship/AirshipPreferenceCenter/Source/**/*.{h,m,swift}",
231         "exclude_files": "Airship/AirshipPreferenceCenter/Source/AirshipPreferenceCenter.h",
232         "resource_bundles": {
233           "AirshipPreferenceCenterResources": "Airship/AirshipPreferenceCenter/Resources/**/*"
234         }
235       },
236       "dependencies": {
237         "Airship/Core": [
239         ]
240       }
241     }
242   ],
243   "swift_version": "5.0"