| { |
| "name": "NHRouter", |
| "version": "0.1.0", |
| "summary": "NHRouter is framework that can router controller by url for Decoupling", |
| "description": "NHRouter is framework that can router controller by url, parmas can pass by url that object can be pass by pointer or pass by dictionary", |
| "homepage": "https://github.com/carlSQ/NHRouter", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "qiang.shen": "qiang..shen@ele.me" |
| }, |
| "source": { |
| "git": "https://github.com/carlSQ/NHRouter.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "NHRouter/Classes/**/*" |
| } |