| { |
| "name": "SwiftModelMapper", |
| "version": "0.2", |
| "summary": "SwiftModelMapper - Transform from Dictionary to a desired object and the other way.", |
| "homepage": "https://github.com/sebastian989/SwiftModelMapper", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Sebastián Gómez Osorio, Leonardo Armero Barbosa", |
| "source": { |
| "git": "https://github.com/sebastian989/SwiftModelMapper.git", |
| "tag": "0.2" |
| }, |
| "source_files": [ |
| "SwiftModelMapper", |
| "SwiftModelMapper/*.{swift}" |
| ], |
| "frameworks": "UIKit", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": false, |
| "pushed_with_swift_version": "3.0" |
| } |