[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 9 / a / b / PhunwarePermissionPriming / 1.2.0 / PhunwarePermissionPriming.podspec.json
blob60db60c0d603a20a3330a7c61e5dbebe83995085
2   "name": "PhunwarePermissionPriming",
3   "version": "1.2.0",
4   "summary": "A library currently being used by Phunware internally to prime for and request permissions in our own Modules.",
5   "homepage": "https://www.phunware.com",
6   "license": {
7     "type": "Copyright",
8     "text": "Copyright 2009-present Phunware, Inc. All rights reserved."
9   },
10   "authors": {
11     "Phunware, Inc.": "https://www.phunware.com"
12   },
13   "social_media_url": "https://twitter.com/Phunware",
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/phunware/artifact-permissions-ios.git",
19     "tag": "1.2.0"
20   },
21   "default_subspecs": [
22     "AppTracking",
23     "Bluetooth",
24     "Camera",
25     "Location",
26     "Microphone",
27     "Notifications",
28     "Photos"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "dependencies": {
34         "PhunwareFoundation": [
35           "~> 1.0.0"
36         ],
37         "PhunwareTheming": [
38           "~> 1.0.0"
39         ]
40       },
41       "vendored_frameworks": "Frameworks/PhunwarePermissionPriming.xcframework",
42       "frameworks": "UIKit"
43     },
44     {
45       "name": "AppTracking",
46       "dependencies": {
47         "PhunwarePermissionPriming/Core": [
49         ]
50       },
51       "pod_target_xcconfig": {
52         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PHUNWARE_PERMISSION_APP_TRACKING"
53       }
54     },
55     {
56       "name": "Bluetooth",
57       "dependencies": {
58         "PhunwarePermissionPriming/Core": [
60         ]
61       },
62       "pod_target_xcconfig": {
63         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PHUNWARE_PERMISSION_BLUETOOTH"
64       }
65     },
66     {
67       "name": "Camera",
68       "dependencies": {
69         "PhunwarePermissionPriming/Core": [
71         ]
72       },
73       "pod_target_xcconfig": {
74         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PHUNWARE_PERMISSION_CAMERA"
75       }
76     },
77     {
78       "name": "Location",
79       "dependencies": {
80         "PhunwarePermissionPriming/Core": [
82         ]
83       },
84       "pod_target_xcconfig": {
85         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PHUNWARE_PERMISSION_LOCATION"
86       }
87     },
88     {
89       "name": "Microphone",
90       "dependencies": {
91         "PhunwarePermissionPriming/Core": [
93         ]
94       },
95       "pod_target_xcconfig": {
96         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PHUNWARE_PERMISSION_MICROPHONE"
97       }
98     },
99     {
100       "name": "Notifications",
101       "dependencies": {
102         "PhunwarePermissionPriming/Core": [
104         ]
105       },
106       "pod_target_xcconfig": {
107         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PHUNWARE_PERMISSION_NOTIFICATIONS"
108       }
109     },
110     {
111       "name": "Photos",
112       "dependencies": {
113         "PhunwarePermissionPriming/Core": [
115         ]
116       },
117       "pod_target_xcconfig": {
118         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PHUNWARE_PERMISSION_PHOTOS"
119       }
120     }
121   ]