| { | |
| "name": "AXStatusKit", | |
| "version": "0.0.1", | |
| "summary": "一个简单的状态栏自定义工具。", | |
| "homepage": "http://xaoxuu.com", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "xaoxuu": "xaoxuu@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/xaoxuu/AXStatusKit.git", | |
| "tag": "0.0.1", | |
| "submodules": true | |
| }, | |
| "source_files": "AXStatusKit/AXStatusKit/*.{h,m,mm}", | |
| "requires_arc": true | |
| } |