[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / c / 8 / YCPermissionKit / 0.1.1 / YCPermissionKit.podspec.json
blob31fe57ecc2b9e50821082b5787fd16bb58a4f0ba
2   "name": "YCPermissionKit",
3   "version": "0.1.1",
4   "summary": "系统权限的封装",
5   "description": "基于系统各种请求权限的封装,方便判断系统权限是否可用,以及请求授权",
6   "homepage": "https://github.com/Loveying/YCPermissionKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Loveying": "xyy_ios@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Loveying/YCPermissionKit.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "YCPermissionKit/Classes/**/*.swift",
23   "requires_arc": true,
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "swift_version": "5.0"