[Add] RiveRuntime 6.5.1
[CocoaPods.git] / Specs / d / e / 7 / Airship / 14.2.2 / Airship.podspec.json
blob09eb0048684f3dc9314ee65365163171f4638256
2   "name": "Airship",
3   "version": "14.2.2",
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": "14.2.2"
17   },
18   "module_name": "Airship",
19   "platforms": {
20     "ios": "11.0",
21     "tvos": "11.0"
22   },
23   "requires_arc": true,
24   "default_subspecs": [
25     "Core",
26     "Automation",
27     "MessageCenter",
28     "ExtendedActions"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "public_header_files": "Airship/AirshipCore/Source/Public/*.h",
34       "source_files": [
35         "Airship/AirshipCore/Source/Public/*.h",
36         "Airship/AirshipCore/Source/Internal/*.{h,m}"
37       ],
38       "private_header_files": "Airship/AirshipCore/Source/Internal/*.h",
39       "resources": "Airship/AirshipCore/Resources/*",
40       "exclude_files": [
41         "Airship/AirshipCore/Resources/Info.plist",
42         "Airship/AirshipCore/Source/Public/AirshipCore.h"
43       ],
44       "libraries": [
45         "z",
46         "sqlite3"
47       ],
48       "frameworks": [
49         "UserNotifications",
50         "CFNetwork",
51         "CoreGraphics",
52         "Foundation",
53         "Security",
54         "SystemConfiguration",
55         "UIKit",
56         "CoreData",
57         "Network"
58       ],
59       "ios": {
60         "frameworks": [
61           "WebKit",
62           "CoreTelephony"
63         ]
64       }
65     },
66     {
67       "name": "ExtendedActions",
68       "ios": {
69         "public_header_files": "Airship/AirshipExtendedActions/Source/Public/*.h",
70         "source_files": [
71           "Airship/AirshipExtendedActions/Source/**/*.{h,m}",
72           "Airship/AirshipExtendedActions/Source/Public/**/*.{h,m}"
73         ],
74         "private_header_files": "Airship/AirshipExtendedActions/Source/**/*+Internal*.h",
75         "resources": "Airship/AirshipExtendedActions/Resources/*",
76         "exclude_files": [
77           "Airship/AirshipExtendedActions/Resources/Info.plist",
78           "Airship/AirshipExtendedActions/Source/AirshipExtendedActions.h"
79         ],
80         "frameworks": "StoreKit"
81       },
82       "dependencies": {
83         "Airship/Core": [
85         ]
86       }
87     },
88     {
89       "name": "Location",
90       "ios": {
91         "public_header_files": "Airship/AirshipLocation/Source/Public/*.h",
92         "source_files": [
93           "Airship/AirshipLocation/Source/*.{h,m}",
94           "Airship/AirshipLocation/Source/Public/**/*.{h,m}"
95         ],
96         "private_header_files": "Airship/AirshipLocation/Source/*+Internal*.h",
97         "exclude_files": "Airship/AirshipLocation/Source/AirshipLocation.h",
98         "frameworks": "CoreLocation"
99       },
100       "dependencies": {
101         "Airship/Core": [
103         ]
104       }
105     },
106     {
107       "name": "Automation",
108       "ios": {
109         "public_header_files": "Airship/AirshipAutomation/Source/Public/*.h",
110         "source_files": [
111           "Airship/AirshipAutomation/Source/**/*.{h,m}",
112           "Airship/AirshipAutomation/Source/Public/**/*.{h,m}"
113         ],
114         "resources": "Airship/AirshipAutomation/Resources/*",
115         "exclude_files": [
116           "Airship/AirshipAutomation/Resources/Info.plist",
117           "Airship/AirshipAutomation/Source/AirshipAutomation.h"
118         ],
119         "frameworks": "UIKit"
120       },
121       "dependencies": {
122         "Airship/Core": [
124         ]
125       }
126     },
127     {
128       "name": "MessageCenter",
129       "ios": {
130         "public_header_files": "Airship/AirshipMessageCenter/Source/Public/*.h",
131         "source_files": [
132           "Airship/AirshipMessageCenter/Source/**/*.{h,m}",
133           "Airship/AirshipMessageCenter/Source/Public/**/*.{h,m}"
134         ],
135         "private_header_files": "Airship/AirshipMessageCenter/Source/**/*+Internal*.h",
136         "resources": "Airship/AirshipMessageCenter/Resources/*",
137         "exclude_files": [
138           "Airship/AirshipMessageCenter/Resources/Info.plist",
139           "Airship/AirshipMessageCenter/Source/AirshipMessageCenter.h"
140         ]
141       },
142       "dependencies": {
143         "Airship/Core": [
145         ]
146       }
147     },
148     {
149       "name": "Accengage",
150       "ios": {
151         "public_header_files": "Airship/AirshipAccengage/Source/Public/*.h",
152         "source_files": [
153           "Airship/AirshipAccengage/Source/**/*.{h,m}",
154           "Airship/AirshipAccengage/Source/Public/**/*.{h,m}"
155         ],
156         "private_header_files": "Airship/AirshipAccengage/Source/**/*+Internal*.h",
157         "exclude_files": "Airship/AirshipAccengage/Source/AirshipAccengage.h",
158         "resources": "Airship/AirshipAccengage/Resources/**/*"
159       },
160       "dependencies": {
161         "Airship/Core": [
163         ]
164       }
165     }
166   ]