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