[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 5 / 1 / PermissionKit / 1.5.1 / PermissionKit.podspec.json
blob182b753fc6c9e2cd8e23ef229ae9f7f8cd2bde75
2   "name": "PermissionKit",
3   "version": "1.5.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.5.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     },
47     {
48       "name": "Alert",
49       "dependencies": {
50         "PermissionKit/Core": [
52         ]
53       },
54       "source_files": "Sources/Alert/*.swift"
55     },
56     {
57       "name": "Camera",
58       "dependencies": {
59         "PermissionKit/Core": [
61         ]
62       },
63       "source_files": "Sources/Managers/Permission.Camera.swift",
64       "weak_frameworks": "AVFoundation"
65     },
66     {
67       "name": "Photos",
68       "dependencies": {
69         "PermissionKit/Core": [
71         ]
72       },
73       "source_files": "Sources/Managers/Permission.Photos.swift",
74       "weak_frameworks": "Photos"
75     },
76     {
77       "name": "Event",
78       "dependencies": {
79         "PermissionKit/Core": [
81         ]
82       },
83       "source_files": "Sources/Managers/Permission.Event.swift",
84       "weak_frameworks": "EventKit"
85     },
86     {
87       "name": "Contacts",
88       "dependencies": {
89         "PermissionKit/Core": [
91         ]
92       },
93       "source_files": "Sources/Managers/Permission.Contacts.swift",
94       "weak_frameworks": "Contacts"
95     },
96     {
97       "name": "Speech",
98       "dependencies": {
99         "PermissionKit/Core": [
101         ]
102       },
103       "source_files": "Sources/Managers/Permission.Speech.swift",
104       "weak_frameworks": "Speech"
105     },
106     {
107       "name": "Motion",
108       "dependencies": {
109         "PermissionKit/Core": [
111         ]
112       },
113       "source_files": "Sources/Managers/Permission.Motion.swift",
114       "weak_frameworks": "CoreMotion"
115     },
116     {
117       "name": "Media",
118       "dependencies": {
119         "PermissionKit/Core": [
121         ]
122       },
123       "source_files": "Sources/Managers/Permission.Media.swift",
124       "weak_frameworks": "MediaPlayer"
125     },
126     {
127       "name": "Siri",
128       "dependencies": {
129         "PermissionKit/Core": [
131         ]
132       },
133       "source_files": "Sources/Managers/Permission.Siri.swift",
134       "weak_frameworks": "Intents"
135     },
136     {
137       "name": "Location",
138       "dependencies": {
139         "PermissionKit/Core": [
141         ]
142       },
143       "source_files": "Sources/Managers/Permission.Location.swift",
144       "weak_frameworks": "CoreLocation"
145     },
146     {
147       "name": "Notification",
148       "dependencies": {
149         "PermissionKit/Core": [
151         ]
152       },
153       "source_files": "Sources/Managers/Permission.Notification.swift",
154       "weak_frameworks": "UserNotifications"
155     },
156     {
157       "name": "Tracking",
158       "dependencies": {
159         "PermissionKit/Core": [
161         ]
162       },
163       "source_files": "Sources/Managers/Permission.Tracking.swift",
164       "weak_frameworks": [
165         "AppTrackingTransparency",
166         "AdSupport"
167       ]
168     },
169     {
170       "name": "Bluetooth",
171       "dependencies": {
172         "PermissionKit/Core": [
174         ]
175       },
176       "source_files": "Sources/Managers/Permission.Bluetooth.swift",
177       "weak_frameworks": "CoreBluetooth"
178     }
179   ],
180   "swift_version": "5.0"