[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 5 / 1 / PermissionKit / 1.1.0 / PermissionKit.podspec.json
blob7a977f5ba76a8e73676440a4f805a41e4afbf5dd
2   "name": "PermissionKit",
3   "version": "1.1.0",
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.1.0"
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": "Core",
28   "swift_version": "5.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/Core/*.swift"
33     },
34     {
35       "name": "Alert",
36       "dependencies": {
37         "PermissionKit/Core": [
39         ]
40       },
41       "source_files": "Sources/Alert/*.swift"
42     },
43     {
44       "name": "Camera",
45       "dependencies": {
46         "PermissionKit/Core": [
48         ]
49       },
50       "source_files": "Sources/Managers/Permission+Camera.swift",
51       "weak_frameworks": "AVFoundation"
52     },
53     {
54       "name": "Photos",
55       "dependencies": {
56         "PermissionKit/Core": [
58         ]
59       },
60       "source_files": "Sources/Managers/Permission+Photos.swift",
61       "weak_frameworks": "Photos"
62     },
63     {
64       "name": "Event",
65       "dependencies": {
66         "PermissionKit/Core": [
68         ]
69       },
70       "source_files": "Sources/Managers/Permission+Event.swift",
71       "weak_frameworks": "EventKit"
72     },
73     {
74       "name": "Contacts",
75       "dependencies": {
76         "PermissionKit/Core": [
78         ]
79       },
80       "source_files": "Sources/Managers/Permission+Contacts.swift",
81       "weak_frameworks": "Contacts"
82     },
83     {
84       "name": "Speech",
85       "dependencies": {
86         "PermissionKit/Core": [
88         ]
89       },
90       "source_files": "Sources/Managers/Permission+Speech.swift",
91       "weak_frameworks": "Speech"
92     },
93     {
94       "name": "Motion",
95       "dependencies": {
96         "PermissionKit/Core": [
98         ]
99       },
100       "source_files": "Sources/Managers/Permission+Motion.swift",
101       "weak_frameworks": "CoreMotion"
102     },
103     {
104       "name": "Media",
105       "dependencies": {
106         "PermissionKit/Core": [
108         ]
109       },
110       "source_files": "Sources/Managers/Permission+Media.swift",
111       "weak_frameworks": "MediaPlayer"
112     },
113     {
114       "name": "Siri",
115       "dependencies": {
116         "PermissionKit/Core": [
118         ]
119       },
120       "source_files": "Sources/Managers/Permission+Siri.swift",
121       "weak_frameworks": "Intents"
122     },
123     {
124       "name": "Location",
125       "dependencies": {
126         "PermissionKit/Core": [
128         ]
129       },
130       "source_files": "Sources/Managers/Permission+Location.swift",
131       "weak_frameworks": "CoreLocation"
132     },
133     {
134       "name": "Notification",
135       "dependencies": {
136         "PermissionKit/Core": [
138         ]
139       },
140       "source_files": "Sources/Managers/Permission+Notification.swift",
141       "weak_frameworks": "UserNotifications"
142     }
143   ]