| { |
| "name": "NBJSONModel", |
| "version": "1.0.0", |
| "summary": "a JSONModel used on iOS.", |
| "description": " a JSONModel used on iOS, JSON <-> Model, also integrated data fetching depend on AFNetworking lib.\n", |
| "homepage": "https://github.com/nova8ossa/NBJSONModel", |
| "license": "MIT", |
| "authors": { |
| "梵天": "nova8ossa@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/nova8ossa/NBJSONModel.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "NBJSONModel/*", |
| "resource_bundles": { |
| "NBJSONModel": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |