[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / f / c / PrivacyHelper / 0.1.0 / PrivacyHelper.podspec.json
blobdde315ed2d8e1615a284cf7fa0be69cff07da495
2   "name": "PrivacyHelper",
3   "version": "0.1.0",
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.0"
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   "swift_version": "5.0"