| { |
| "name": "DependencyInjectorObjectMapper", |
| "version": "1.0.2", |
| "summary": "Add Mappable support with dependency injection", |
| "homepage": "https://github.com/Digipolitan/dependency-injector-object-mapper", |
| "authors": "Digipolitan", |
| "source": { |
| "git": "https://github.com/Digipolitan/dependency-injector-object-mapper.git", |
| "tag": "v1.0.2" |
| }, |
| "license": { |
| "type": "BSD", |
| "file": "LICENSE" |
| }, |
| "source_files": "Sources/**/*.{swift,h}", |
| "platforms": { |
| "ios": "8.0", |
| "watchos": "2.0", |
| "tvos": "9.0", |
| "osx": "10.10" |
| }, |
| "requires_arc": true, |
| "dependencies": { |
| "DependencyInjector": [ |
| "~> 2.1" |
| ], |
| "ObjectMapper": [ |
| "~> 3.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |