Skip to content

Commit 61797c7

Browse files
rlepinskiCocoaPodsBot
authored andcommitted
[Add] AirshipServiceExtension 19.11.3
1 parent 37539db commit 61797c7

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "AirshipServiceExtension",
3+
"version": "19.11.3",
4+
"summary": "Airship iOS Service Extension",
5+
"documentation_url": "https://docs.airship.com/platform/ios",
6+
"homepage": "https://www.airship.com",
7+
"license": {
8+
"type": "Apache License, Version 2.0",
9+
"file": "LICENSE"
10+
},
11+
"authors": {
12+
"Airship": "[email protected]"
13+
},
14+
"source": {
15+
"git": "https://github.com/urbanairship/ios-library.git",
16+
"tag": "19.11.3"
17+
},
18+
"source_files": "AirshipExtensions/AirshipNotificationServiceExtension/Source/**/*.{swift}",
19+
"weak_frameworks": "UserNotifications",
20+
"module_name": "AirshipServiceExtension",
21+
"requires_arc": true,
22+
"platforms": {
23+
"ios": "15.0",
24+
"watchos": "11.0"
25+
},
26+
"swift_versions": "5.0",
27+
"pod_target_xcconfig": {
28+
"DEFINES_MODULE": "YES"
29+
},
30+
"swift_version": "5.0"
31+
}

0 commit comments

Comments
 (0)