| { | |
| "name": "YSMessagePack", | |
| "version": "1.6.0", | |
| "summary": "A swift message pack packer/unpacker", | |
| "description": "TODO: Add long description of the pod here.", | |
| "homepage": "https://github.com/michael-yuji/YSMessagePack", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "yuji": "admin@hatsuneyuji.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/michael-yuji/YSMessagePack.git", | |
| "tag": "1.6.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "YSMessagePack/Classes/**/*" | |
| } |