| { | |
| "name": "PodDemo", | |
| "version": "0.1.0", | |
| "summary": "PodDemo project. This is project testing cocoapod", | |
| "homepage": "https://github.com/dodinhsi/PodDemo", | |
| "license": "MIT", | |
| "authors": { | |
| "Si Do Dinh": "sidodinh@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/dodinhsi/PodDemo.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes/*.{h,m}", | |
| "resource_bundles": { | |
| "PodDemo": [ | |
| "Pod/Assets/*.png" | |
| ] | |
| } | |
| } |