[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / f / c / PrivacyHelper / 0.1.2 / PrivacyHelper.podspec.json
blob12baa5e6633a8d390f13c5a4ef69adbc7a9352ae
2   "name": "PrivacyHelper",
3   "version": "0.1.2",
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.2"
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": "PhotoLibrary",
30       "source_files": [
31         "Sources/PhotoLibrary/*.swift",
32         "Sources/Core/*.swift"
33       ]
34     },
35     {
36       "name": "Camera",
37       "source_files": [
38         "Sources/Camera/*.swift",
39         "Sources/Core/*.swift"
40       ]
41     }
42   ],
43   "swift_version": "5.0"