| { |
| "name": "BWPodRepository", |
| "version": "0.1.1", |
| "summary": "BWPodRepository for Bob to learn CocoaPods", |
| "description": "TODO: Add long description of the pod here. This is my long pod description.", |
| "homepage": "https://github.com/bobwongs/BWPodRepository", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "bobwongdeveloper@gmail.com": "BobWong" |
| }, |
| "source": { |
| "git": "https://github.com/bobwongs/BWPodRepository.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "BWPodRepository/Classes/**/*" |
| } |