{ | |
"name": "DylanPod", | |
"version": "0.0.1", | |
"summary": "helloworld for you", | |
"description": "this is Dylans test for pod! no used for anyone", | |
"homepage": "https://github.com/wuminglan/DylanPod", | |
"license": "MIT", | |
"authors": { | |
"Dylan": "dylan@!liao.com" | |
}, | |
"source": { | |
"git": "https://github.com/wuminglan/DylanPod.git", | |
"tag": "0.0.1" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"requires_arc": true, | |
"source_files": "Pod/Classes/**/*", | |
"resource_bundles": { | |
"DylanPod": [ | |
"Pod/Assets/*.png" | |
] | |
} | |
} |