[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 9 / f / WRPermission / 0.9.1 / WRPermission.podspec.json
blob4aec83b892d8652165db86d8dd4fb0638bc5033f
2   "name": "WRPermission",
3   "version": "0.9.1",
4   "summary": "常用权限申请.",
5   "description": "常用权限的状态查询和申请",
6   "homepage": "https://github.com/Godfighter/WRPermission",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Godfighter": "xianghui_ios@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Godfighter/WRPermission.git",
16     "tag": "0.9.1"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": "Source",
23   "subspecs": [
24     {
25       "name": "Source",
26       "source_files": "WRPermission/Classes/*.swift"
27     },
28     {
29       "name": "Bluetooth",
30       "dependencies": {
31         "WRPermission/Source": [
33         ]
34       },
35       "source_files": "WRPermission/Classes/Types/WRPermissionBluetooth.swift",
36       "pod_target_xcconfig": {
37         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_BLUETOOTH"
38       }
39     }
40   ],
41   "swift_version": "5.0"