[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / d / e / 7 / Airship / 14.0.0 / Airship.podspec.json
bloba77205412f23f752400f90e15b5a44e2094fa76f
2   "name": "Airship",
3   "version": "14.0.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": "14.0.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         "Security",
83         "SystemConfiguration",
84         "UIKit",
85         "CoreData"
86       ]
87     },
88     {
89       "name": "ExtendedActions",
90       "ios": {
91         "source_files": "Airship/AirshipExtendedActions/Source/**/*.{h,m}",
92         "private_header_files": "Airship/AirshipExtendedActions/Source/**/*+Internal*.h",
93         "resources": "Airship/AirshipExtendedActions/Resources/*",
94         "exclude_files": [
95           "Airship/AirshipExtendedActions/Resources/Info.plist",
96           "Airship/AirshipExtendedActions/Source/AirshipExtendedActions.h"
97         ],
98         "frameworks": "StoreKit"
99       },
100       "dependencies": {
101         "Airship/Core": [
103         ]
104       }
105     },
106     {
107       "name": "Location",
108       "ios": {
109         "source_files": "Airship/AirshipLocation/Source/*.{h,m}",
110         "private_header_files": "Airship/AirshipLocation/Source/*+Internal*.h",
111         "exclude_files": "Airship/AirshipLocation/Source/AirshipLocation.h",
112         "frameworks": "CoreLocation"
113       },
114       "dependencies": {
115         "Airship/Core": [
117         ]
118       }
119     },
120     {
121       "name": "Automation",
122       "ios": {
123         "source_files": "Airship/AirshipAutomation/Source/**/*.{h,m,swift}",
124         "resources": "Airship/AirshipAutomation/Resources/*",
125         "exclude_files": [
126           "Airship/AirshipAutomation/Resources/Info.plist",
127           "Airship/AirshipAutomation/Source/AirshipAutomation.h"
128         ],
129         "frameworks": "UIKit"
130       },
131       "dependencies": {
132         "Airship/Core": [
134         ]
135       }
136     },
137     {
138       "name": "MessageCenter",
139       "ios": {
140         "source_files": "Airship/AirshipMessageCenter/Source/**/*.{h,m,swift}",
141         "private_header_files": "Airship/AirshipMessageCenter/Source/**/*+Internal*.h",
142         "resources": "Airship/AirshipMessageCenter/Resources/*",
143         "exclude_files": [
144           "Airship/AirshipMessageCenter/Resources/Info.plist",
145           "Airship/AirshipMessageCenter/Source/AirshipMessageCenter.h"
146         ]
147       },
148       "dependencies": {
149         "Airship/Core": [
151         ]
152       }
153     },
154     {
155       "name": "Accengage",
156       "ios": {
157         "source_files": "Airship/AirshipAccengage/Source/**/*.{h,m,swift}",
158         "private_header_files": "Airship/AirshipAccengage/Source/**/*+Internal*.h",
159         "exclude_files": "Airship/AirshipAccengage/Source/AirshipAccengage.h",
160         "resources": "Airship/AirshipAccengage/Resources/**/*"
161       },
162       "dependencies": {
163         "Airship/Core": [
165         ]
166       }
167     }
168   ]