| { |
| "name": "ToastCC", |
| "version": "1.0.0", |
| "summary": "A short description of ToastCC.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/scorplot/ToastCC", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "caomeili": "https://github.com/caomeili" |
| }, |
| "source": { |
| "git": "https://github.com/scorplot/ToastCC", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Pod/Classes/**/*", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "resource_bundles": { |
| "ToastCC": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |