| { | |
| "name": "AKLibs", | |
| "version": "0.9.0", | |
| "summary": "A short description of AKLibs.", | |
| "description": "A short description of AKLibs", | |
| "homepage": "http://EXAMPLE/AKLibs", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "wangjingyu": "wangjingyu0018@163.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://gitee.com/AngleKeen_admin/AKLib.git", | |
| "tag": "0.9.0" | |
| }, | |
| "source_files": "source/*", | |
| "public_header_files": "./AKHeader.h", | |
| "dependencies": { | |
| "MJExtension": [ | |
| ] | |
| } | |
| } |