Skip to content

Commit 37539db

Browse files
rlepinskiCocoaPodsBot
authored andcommitted
[Add] Airship 19.11.3
1 parent b0bf244 commit 37539db

File tree

1 file changed

+199
-0
lines changed

1 file changed

+199
-0
lines changed
Lines changed: 199 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
{
2+
"name": "Airship",
3+
"version": "19.11.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": "[email protected]"
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": "19.11.3"
17+
},
18+
"module_name": "AirshipKit",
19+
"header_dir": "AirshipKit",
20+
"platforms": {
21+
"ios": "15.0",
22+
"tvos": "18.0",
23+
"watchos": "11.0"
24+
},
25+
"swift_versions": "6.0",
26+
"requires_arc": true,
27+
"default_subspecs": [
28+
"Basement",
29+
"Core",
30+
"Automation",
31+
"MessageCenter",
32+
"PreferenceCenter",
33+
"FeatureFlags"
34+
],
35+
"subspecs": [
36+
{
37+
"name": "Basement",
38+
"public_header_files": [
39+
"Airship/AirshipBasement/Source/Public/*.h",
40+
"Cocoapods/AirshipKit.h"
41+
],
42+
"source_files": [
43+
"Airship/AirshipBasement/Source/Public/*.h",
44+
"Airship/AirshipBasement/Source/Internal/*.{h,m}",
45+
"Cocoapods/AirshipKit.h"
46+
],
47+
"private_header_files": "Airship/AirshipBasement/Source/Internal/*.h",
48+
"exclude_files": "Airship/AirshipBasement/Source/Public/AirshipBasement.h",
49+
"libraries": [
50+
"z",
51+
"sqlite3"
52+
],
53+
"frameworks": [
54+
"UserNotifications",
55+
"CFNetwork",
56+
"CoreGraphics",
57+
"Foundation",
58+
"Security",
59+
"UIKit",
60+
"CoreData"
61+
],
62+
"ios": {
63+
"frameworks": [
64+
"WebKit",
65+
"CoreTelephony",
66+
"SystemConfiguration"
67+
]
68+
},
69+
"tvos": {
70+
"frameworks": "SystemConfiguration"
71+
},
72+
"watchos": {
73+
"frameworks": "WatchKit"
74+
}
75+
},
76+
{
77+
"name": "Core",
78+
"source_files": "Airship/AirshipCore/Source/*.{swift}",
79+
"resource_bundles": {
80+
"AirshipCoreResources": "Airship/AirshipCore/Resources/*"
81+
},
82+
"exclude_files": [
83+
"Airship/AirshipCore/Resources/Info.plist",
84+
"Airship/AirshipCore/Source/AirshipCore.h"
85+
],
86+
"libraries": [
87+
"z",
88+
"sqlite3"
89+
],
90+
"frameworks": [
91+
"UserNotifications",
92+
"CFNetwork",
93+
"CoreGraphics",
94+
"Foundation",
95+
"Security",
96+
"UIKit",
97+
"CoreData"
98+
],
99+
"ios": {
100+
"frameworks": [
101+
"WebKit",
102+
"CoreTelephony",
103+
"SystemConfiguration",
104+
"StoreKit"
105+
]
106+
},
107+
"tvos": {
108+
"frameworks": "SystemConfiguration"
109+
},
110+
"watchos": {
111+
"frameworks": "WatchKit"
112+
},
113+
"dependencies": {
114+
"Airship/Basement": [
115+
116+
]
117+
}
118+
},
119+
{
120+
"name": "Automation",
121+
"ios": {
122+
"source_files": "Airship/AirshipAutomation/Source/**/*.{h,m,swift}",
123+
"exclude_files": "Airship/AirshipAutomation/Source/AirshipAutomation.h",
124+
"resource_bundles": {
125+
"AirshipAutomationResources": "Airship/AirshipAutomation/Resources/**/*"
126+
}
127+
},
128+
"dependencies": {
129+
"Airship/Core": [
130+
131+
]
132+
}
133+
},
134+
{
135+
"name": "MessageCenter",
136+
"ios": {
137+
"source_files": "Airship/AirshipMessageCenter/Source/**/*.{h,m,swift}",
138+
"exclude_files": "Airship/AirshipMessageCenter/Source/AirshipMessageCenter.h",
139+
"resource_bundles": {
140+
"AirshipMessageCenterResources": "Airship/AirshipMessageCenter/Resources/**/*"
141+
}
142+
},
143+
"dependencies": {
144+
"Airship/Core": [
145+
146+
]
147+
}
148+
},
149+
{
150+
"name": "PreferenceCenter",
151+
"ios": {
152+
"source_files": "Airship/AirshipPreferenceCenter/Source/**/*.{h,m,swift}",
153+
"exclude_files": "Airship/AirshipPreferenceCenter/Source/AirshipPreferenceCenter.h"
154+
},
155+
"dependencies": {
156+
"Airship/Core": [
157+
158+
]
159+
}
160+
},
161+
{
162+
"name": "FeatureFlags",
163+
"ios": {
164+
"source_files": "Airship/AirshipFeatureFlags/Source/**/*.{h,m,swift}",
165+
"exclude_files": "Airship/AirshipFeatureFlags/Source/AirshipFeatureFlags.h"
166+
},
167+
"dependencies": {
168+
"Airship/Core": [
169+
170+
]
171+
}
172+
},
173+
{
174+
"name": "ObjectiveC",
175+
"ios": {
176+
"source_files": "Airship/AirshipObjectiveC/Source/**/*.{h,m,swift}",
177+
"exclude_files": "Airship/AirshipObjectiveC/Source/AirshipObjectiveC.h"
178+
},
179+
"dependencies": {
180+
"Airship/Core": [
181+
182+
],
183+
"Airship/Automation": [
184+
185+
],
186+
"Airship/MessageCenter": [
187+
188+
],
189+
"Airship/PreferenceCenter": [
190+
191+
],
192+
"Airship/FeatureFlags": [
193+
194+
]
195+
}
196+
}
197+
],
198+
"swift_version": "6.0"
199+
}

0 commit comments

Comments
 (0)