| { |
| "name": "KeyPathMapper", |
| "version": "1.1.0", |
| "summary": "KeyPathMapper facilitates mapping between models", |
| "description": "KeyPathMapper is a thin library based on swift #KeyPath feature which facilitates mapping between two different models.", |
| "homepage": "https://github.com/marshallxxx/KeyPathMapper", |
| "license": "MIT", |
| "authors": { |
| "Evghenii Nicolaev": "nicolaevevghenii@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/ENicolaev", |
| "source": { |
| "git": "https://github.com/marshallxxx/KeyPathMapper.git", |
| "tag": "1.1.0" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.9", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "source_files": "Sources/**/*.swift" |
| } |