| { | |
| "name": "BEKit", | |
| "version": "0.6.0", | |
| "summary": "BEKit是基础扩展工具包(Base Extended Kit)核心代码.", | |
| "description": "BEKit(Base Extended Kit)是一些基础功能代码、工具类、基类的集合,旨在快速实现基础功能。", | |
| "homepage": "http://iospai.com", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "孙丹龙": "sundanlong@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/iosmvn/BEKit.git", | |
| "tag": "0.6.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "BEKit/Classes/**/*" | |
| } |