| { |
| "name": "SwiftyJsonMapper", |
| "version": "1.2.3", |
| "summary": "A JSON Object Mapping library for Swift", |
| "homepage": "https://github.com/fazilakhter/SwiftyJsonMapper", |
| "license": "MIT License", |
| "authors": { |
| "Fazeel Akhter": "fazilakhter@hotmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/fazilakhter/SwiftyJsonMapper.git", |
| "tag": "1.2.3" |
| }, |
| "requires_arc": true, |
| "source_files": "Sources/**/*.swift", |
| "module_name": "SwiftyJsonMapper", |
| "pushed_with_swift_version": "3.0" |
| } |