| { |
| "name": "GithubRepo", |
| "version": "0.4.0", |
| "summary": "A network call helper to fetch the Git repo by input user name.", |
| "description": "This framework use AFNetworking for creating network for user to input a Github user name to fetch the user's repos.", |
| "homepage": "https://github.com/markuschow/GithubRepo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Markus Chow": "markuschow@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/markuschow/GithubRepo.git", |
| "tag": "0.4.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "GithubRepo/Classes/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.3" |
| ] |
| } |
| } |