[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / b / 9 / JWPermissionKit / 0.0.1 / JWPermissionKit.podspec.json
blobff174ea6fca835444e5031200ff4e8413823abbf
2   "name": "JWPermissionKit",
3   "version": "0.0.1",
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.1"
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": "RxSwift",
32       "source_files": "JWPermissionKit/Classes/RxSwift/**/*.swift",
33       "dependencies": {
34         "JWPermissionKit/Core": [
36         ],
37         "RxSwift": [
39         ]
40       }
41     },
42     {
43       "name": "Photos",
44       "dependencies": {
45         "JWPermissionKit/Core": [
47         ]
48       },
49       "pod_target_xcconfig": {
50         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "JW_PERMISSION_PHOTOS"
51       }
52     },
53     {
54       "name": "Microphone",
55       "dependencies": {
56         "JWPermissionKit/Core": [
58         ]
59       },
60       "pod_target_xcconfig": {
61         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "JW_PERMISSION_MICROPHONE"
62       }
63     },
64     {
65       "name": "Camera",
66       "dependencies": {
67         "JWPermissionKit/Core": [
69         ]
70       },
71       "pod_target_xcconfig": {
72         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "JW_PERMISSION_CAMERA"
73       }
74     }
75   ]