[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 5 / 1 / PermissionKit / 1.6.1 / PermissionKit.podspec.json
blob9217a25b6d5eec54316f0441e0f26d0633818117
2   "name": "PermissionKit",
3   "version": "1.6.1",
4   "summary": "An elegant permission manager written in swift",
5   "homepage": "https://github.com/lixiang1994/PermissionKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "LEE": "18611401994@163.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/lixiang1994/PermissionKit.git",
18     "tag": "1.6.1"
19   },
20   "source_files": "Sources/**/*.swift",
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "swift_versions": "5.0",
27   "default_subspecs": [
28     "Core",
29     "Camera",
30     "Photos",
31     "Event",
32     "Contacts",
33     "Speech",
34     "Motion",
35     "Media",
36     "Siri",
37     "Location",
38     "Notification",
39     "Tracking",
40     "Bluetooth"
41   ],
42   "subspecs": [
43     {
44       "name": "Core",
45       "source_files": "Sources/Core/*.swift",
46       "dependencies": {
47         "PermissionKit/Privacy": [
49         ]
50       }
51     },
52     {
53       "name": "Alert",
54       "dependencies": {
55         "PermissionKit/Core": [
57         ]
58       },
59       "source_files": "Sources/Alert/*.swift"
60     },
61     {
62       "name": "Camera",
63       "dependencies": {
64         "PermissionKit/Core": [
66         ]
67       },
68       "source_files": "Sources/Managers/Permission.Camera.swift",
69       "weak_frameworks": "AVFoundation"
70     },
71     {
72       "name": "Photos",
73       "dependencies": {
74         "PermissionKit/Core": [
76         ]
77       },
78       "source_files": "Sources/Managers/Permission.Photos.swift",
79       "weak_frameworks": "Photos"
80     },
81     {
82       "name": "Event",
83       "dependencies": {
84         "PermissionKit/Core": [
86         ]
87       },
88       "source_files": "Sources/Managers/Permission.Event.swift",
89       "weak_frameworks": "EventKit"
90     },
91     {
92       "name": "Contacts",
93       "dependencies": {
94         "PermissionKit/Core": [
96         ]
97       },
98       "source_files": "Sources/Managers/Permission.Contacts.swift",
99       "weak_frameworks": "Contacts"
100     },
101     {
102       "name": "Speech",
103       "dependencies": {
104         "PermissionKit/Core": [
106         ]
107       },
108       "source_files": "Sources/Managers/Permission.Speech.swift",
109       "weak_frameworks": "Speech"
110     },
111     {
112       "name": "Motion",
113       "dependencies": {
114         "PermissionKit/Core": [
116         ]
117       },
118       "source_files": "Sources/Managers/Permission.Motion.swift",
119       "weak_frameworks": "CoreMotion"
120     },
121     {
122       "name": "Media",
123       "dependencies": {
124         "PermissionKit/Core": [
126         ]
127       },
128       "source_files": "Sources/Managers/Permission.Media.swift",
129       "weak_frameworks": "MediaPlayer"
130     },
131     {
132       "name": "Siri",
133       "dependencies": {
134         "PermissionKit/Core": [
136         ]
137       },
138       "source_files": "Sources/Managers/Permission.Siri.swift",
139       "weak_frameworks": "Intents"
140     },
141     {
142       "name": "Location",
143       "dependencies": {
144         "PermissionKit/Core": [
146         ]
147       },
148       "source_files": "Sources/Managers/Permission.Location.swift",
149       "weak_frameworks": "CoreLocation"
150     },
151     {
152       "name": "Notification",
153       "dependencies": {
154         "PermissionKit/Core": [
156         ]
157       },
158       "source_files": "Sources/Managers/Permission.Notification.swift",
159       "weak_frameworks": "UserNotifications"
160     },
161     {
162       "name": "Tracking",
163       "dependencies": {
164         "PermissionKit/Core": [
166         ]
167       },
168       "source_files": "Sources/Managers/Permission.Tracking.swift",
169       "weak_frameworks": [
170         "AppTrackingTransparency",
171         "AdSupport"
172       ]
173     },
174     {
175       "name": "Bluetooth",
176       "dependencies": {
177         "PermissionKit/Core": [
179         ]
180       },
181       "source_files": "Sources/Managers/Permission.Bluetooth.swift",
182       "weak_frameworks": "CoreBluetooth"
183     },
184     {
185       "name": "Privacy",
186       "resource_bundles": {
187         "PermissionKit": "Sources/PrivacyInfo.xcprivacy"
188       }
189     }
190   ],
191   "swift_version": "5.0"