| { | |
| "name": "MyFirstPod1", | |
| "version": "0.1.1", | |
| "summary": "Hellow~", | |
| "description": "Hellow~Hellow~", | |
| "homepage": "https://github.com/maztaflex/MyFirstPod", | |
| "license": "MIT", | |
| "authors": { | |
| "maztaflex": "maztaflex@nate.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/maztaflex/MyFirstPod.git", | |
| "tag": "0.1.1" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes/**/*", | |
| "resource_bundles": { | |
| "MyFirstPod": [ | |
| "Pod/Assets/*.png" | |
| ] | |
| } | |
| } |