[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / f / c / PrivacyHelper / 0.1.1 / PrivacyHelper.podspec.json
blob62e98f25806ba5389a375d550b4b6139cdc50b23
2   "name": "PrivacyHelper",
3   "version": "0.1.1",
4   "summary": "一行代码搞定隐私权限",
5   "description": "一行代码搞定隐私权限, 使用时只需根据不同的状态做出相应处理即可",
6   "homepage": "https://github.com/zys-developer/PrivacyHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zys-developer": "zys_dev@163.com"
13   },
14   "source": {
15     "git": "https://github.com/zys-developer/PrivacyHelper.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "swift_versions": "5.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/*/*.swift"
27     },
28     {
29       "name": "Base",
30       "source_files": "Sources/Core/*.swift",
31       "dependencies": {
32         "PrivacyHelper/Core": [
34         ]
35       }
36     },
37     {
38       "name": "PhotoLibrary",
39       "source_files": "Sources/PhotoLibrary/*.swift",
40       "dependencies": {
41         "PrivacyHelper/Base": [
43         ]
44       }
45     },
46     {
47       "name": "Camera",
48       "source_files": "Sources/Camera/*.swift",
49       "dependencies": {
50         "PrivacyHelper/Base": [
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.0"