| { |
| "name": "GKAuthorizationTool", |
| "version": "1.0.0", |
| "summary": "iOS对系统相册、相机、麦克风授权的简易工具", |
| "description": "It is a tools userd on iOS, which implement by Objective-C!", |
| "homepage": "https://github.com/QuintGao/GKAuthorizationTool", |
| "license": "MIT", |
| "authors": { |
| "高坤": "1094887059@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/QuintGao/GKAuthorizationTool.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "GKAuthorizationTool/*", |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "Foundation", |
| "AssetsLibrary", |
| "Photos", |
| "AVFoundation", |
| "AddressBook", |
| "AddressBookUI" |
| ] |
| } |