blob: 867d0bcdd1d7d50adc4478e89605fed65d16c278 [file] [log] [blame]
{
"name": "JWPermissionKit",
"version": "0.0.2",
"summary": "App权限管理",
"homepage": "https://github.com/jw10126121/JWPermissionKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jw10126121": "10126121@qq.com"
},
"source": {
"git": "https://github.com/jw10126121/JWPermissionKit.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.2",
"5.0"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "JWPermissionKit/Classes/Core/**/*.swift"
},
{
"name": "Photos",
"dependencies": {
"JWPermissionKit/Core": [
]
},
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "JW_PERMISSION_PHOTOS"
}
},
{
"name": "Microphone",
"dependencies": {
"JWPermissionKit/Core": [
]
},
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "JW_PERMISSION_MICROPHONE"
}
},
{
"name": "Camera",
"dependencies": {
"JWPermissionKit/Core": [
]
},
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "JW_PERMISSION_CAMERA"
}
}
]
}