| { | |
| "name": "MSHelper", | |
| "version": "0.1.0", | |
| "summary": "Helpful function", | |
| "description": "Helpful function for starting project", | |
| "homepage": "https://github.com/wazzez/MSHelper", | |
| "license": "MIT", | |
| "authors": { | |
| "Tum": "tum.nattapong@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/wazzez/MSHelper.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes/**/*", | |
| "resource_bundles": { | |
| "MSHelper": [ | |
| "Pod/Assets/*.png" | |
| ] | |
| } | |
| } |