[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 5 / 1 / PermissionKit / 1.4.1 / PermissionKit.podspec.json
blob8dda2e53d202cfa49ecc5949e453857cddecdf9f
2   "name": "PermissionKit",
3   "version": "1.4.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.4.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   ],
41   "subspecs": [
42     {
43       "name": "Core",
44       "source_files": "Sources/Core/*.swift"
45     },
46     {
47       "name": "Alert",
48       "dependencies": {
49         "PermissionKit/Core": [
51         ]
52       },
53       "source_files": "Sources/Alert/*.swift"
54     },
55     {
56       "name": "Camera",
57       "dependencies": {
58         "PermissionKit/Core": [
60         ]
61       },
62       "source_files": "Sources/Managers/Permission+Camera.swift",
63       "weak_frameworks": "AVFoundation"
64     },
65     {
66       "name": "Photos",
67       "dependencies": {
68         "PermissionKit/Core": [
70         ]
71       },
72       "source_files": "Sources/Managers/Permission+Photos.swift",
73       "weak_frameworks": "Photos"
74     },
75     {
76       "name": "Event",
77       "dependencies": {
78         "PermissionKit/Core": [
80         ]
81       },
82       "source_files": "Sources/Managers/Permission+Event.swift",
83       "weak_frameworks": "EventKit"
84     },
85     {
86       "name": "Contacts",
87       "dependencies": {
88         "PermissionKit/Core": [
90         ]
91       },
92       "source_files": "Sources/Managers/Permission+Contacts.swift",
93       "weak_frameworks": "Contacts"
94     },
95     {
96       "name": "Speech",
97       "dependencies": {
98         "PermissionKit/Core": [
100         ]
101       },
102       "source_files": "Sources/Managers/Permission+Speech.swift",
103       "weak_frameworks": "Speech"
104     },
105     {
106       "name": "Motion",
107       "dependencies": {
108         "PermissionKit/Core": [
110         ]
111       },
112       "source_files": "Sources/Managers/Permission+Motion.swift",
113       "weak_frameworks": "CoreMotion"
114     },
115     {
116       "name": "Media",
117       "dependencies": {
118         "PermissionKit/Core": [
120         ]
121       },
122       "source_files": "Sources/Managers/Permission+Media.swift",
123       "weak_frameworks": "MediaPlayer"
124     },
125     {
126       "name": "Siri",
127       "dependencies": {
128         "PermissionKit/Core": [
130         ]
131       },
132       "source_files": "Sources/Managers/Permission+Siri.swift",
133       "weak_frameworks": "Intents"
134     },
135     {
136       "name": "Location",
137       "dependencies": {
138         "PermissionKit/Core": [
140         ]
141       },
142       "source_files": "Sources/Managers/Permission+Location.swift",
143       "weak_frameworks": "CoreLocation"
144     },
145     {
146       "name": "Notification",
147       "dependencies": {
148         "PermissionKit/Core": [
150         ]
151       },
152       "source_files": "Sources/Managers/Permission+Notification.swift",
153       "weak_frameworks": "UserNotifications"
154     },
155     {
156       "name": "Tracking",
157       "dependencies": {
158         "PermissionKit/Core": [
160         ]
161       },
162       "source_files": "Sources/Managers/Permission+Tracking.swift",
163       "weak_frameworks": [
164         "AppTrackingTransparency",
165         "AdSupport"
166       ]
167     }
168   ],
169   "swift_version": "5.0"