| { | |
| "name": "PodCheck", | |
| "version": "0.1.2", | |
| "summary": "PodCheck", | |
| "homepage": "https://github.com/MaheThiru/PodCheck", | |
| "license": "MIT", | |
| "authors": { | |
| "thiru": "ptsamy92@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/MaheThiru/PodCheck.git", | |
| "tag": "0.1.2" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes/**/*", | |
| "resource_bundles": { | |
| "PodCheck": [ | |
| "Pod/Assets/*.png" | |
| ] | |
| }, | |
| "dependencies": { | |
| "AFNetworking": [ | |
| "~> 2.2" | |
| ] | |
| } | |
| } |