| { |
| "name": "NgFramework", |
| "version": "0.1.0", |
| "summary": "A swift framework for experimenting with TDD programming.", |
| "description": "Experimenting\na) creating a pod.\nb) TDD development using Quick unit testing.\nc) Adding other pods as dependecies.\nd) creating an awsome framework to begin any iOS project.", |
| "homepage": "https://github.com/neerajgoyal12/NgFramework", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "neerajgoyal12": "neerajgoyal12@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/neerajgoyal12/NgFramework.git", |
| "tag": "v0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "NgFramework/Classes/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |