[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 9 / 3 / GLPermission / 1.0.0 / GLPermission.podspec.json
blob2534943214e143bed69672370fd37150abb8fbed
2   "name": "GLPermission",
3   "version": "1.0.0",
4   "summary": "系统权限管理工具",
5   "description": "系统权限管理工具,采用Swift编写",
6   "homepage": "https://github.com/liujunliuhong/Permission",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liujunliuhong": "1035841713@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/liujunliuhong/Permission.git",
16     "tag": "1.0.0"
17   },
18   "module_name": "GLPermission",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/GLPermission.swift"
28     },
29     {
30       "name": "Camera",
31       "source_files": "Sources/GLCameraPermission.swift",
32       "dependencies": {
33         "GLPermission/Core": [
35         ]
36       }
37     },
38     {
39       "name": "Microphone",
40       "source_files": "Sources/GLMicrophonePermission.swift",
41       "dependencies": {
42         "GLPermission/Core": [
44         ]
45       }
46     },
47     {
48       "name": "Photo",
49       "source_files": "Sources/GLPhotoPermission.swift",
50       "dependencies": {
51         "GLPermission/Core": [
53         ]
54       }
55     },
56     {
57       "name": "Contacts",
58       "source_files": "Sources/GLContactsPermission.swift",
59       "dependencies": {
60         "GLPermission/Core": [
62         ]
63       }
64     },
65     {
66       "name": "Reminder",
67       "source_files": "Sources/GLReminderPermission.swift",
68       "dependencies": {
69         "GLPermission/Core": [
71         ]
72       }
73     },
74     {
75       "name": "Calendar",
76       "source_files": "Sources/GLCalendarPermission.swift",
77       "dependencies": {
78         "GLPermission/Core": [
80         ]
81       }
82     }
83   ],
84   "swift_version": "5.0"