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