| { | |
| "name": "GEBEncoding", | |
| "version": "1.0.1", | |
| "summary": "GEBEncoding 的pod库。bencoding 的 OC 实现。", | |
| "description": "GEBEncoding 的pod库。bencoding 的 OC 实现。", | |
| "homepage": "https://github.com/caobo56/GEBEncoding", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "caobo": "caobo56@sina.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/caobo56/GEBEncoding.git", | |
| "tag": "1.0.1" | |
| }, | |
| "source_files": [ | |
| "src", | |
| "src/GEBEncoding/*.{h,m}" | |
| ], | |
| "requires_arc": false | |
| } |