| { | |
| "name": "MJToast", | |
| "version": "0.1.0", | |
| "summary": "Use this to show a toast.", | |
| "homepage": "https://github.com/Musjoy/MJToast", | |
| "license": "MIT", | |
| "authors": { | |
| "Raymond": "Ray.musjoy@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Musjoy/MJToast.git", | |
| "tag": "v-0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source_files": "MJToast/Classes/**/*", | |
| "user_target_xcconfig": { | |
| "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_TOAST" | |
| } | |
| } |