[Add] iOS_wis 3.1.20
[CocoaPods.git] / Specs / 6 / b / 9 / JWPermissionKit / 0.0.2 / JWPermissionKit.podspec.json
blob867d0bcdd1d7d50adc4478e89605fed65d16c278
2   "name": "JWPermissionKit",
3   "version": "0.0.2",
4   "summary": "App权限管理",
5   "homepage": "https://github.com/jw10126121/JWPermissionKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "jw10126121": "10126121@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/jw10126121/JWPermissionKit.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": [
21     "4.2",
22     "5.0"
23   ],
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "JWPermissionKit/Classes/Core/**/*.swift"
29     },
30     {
31       "name": "Photos",
32       "dependencies": {
33         "JWPermissionKit/Core": [
35         ]
36       },
37       "pod_target_xcconfig": {
38         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "JW_PERMISSION_PHOTOS"
39       }
40     },
41     {
42       "name": "Microphone",
43       "dependencies": {
44         "JWPermissionKit/Core": [
46         ]
47       },
48       "pod_target_xcconfig": {
49         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "JW_PERMISSION_MICROPHONE"
50       }
51     },
52     {
53       "name": "Camera",
54       "dependencies": {
55         "JWPermissionKit/Core": [
57         ]
58       },
59       "pod_target_xcconfig": {
60         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "JW_PERMISSION_CAMERA"
61       }
62     }
63   ]