| { |
| "name": "SwinjectFactory", |
| "version": "0.1.0", |
| "summary": "Swinject extension for factory injection.", |
| "homepage": "https://github.com/devxoul/SwinjectFactory", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Suyeol Jeon": "devxoul@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/devxoul/SwinjectFactory.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "Sources/SwinjectFactory/*.swift", |
| "dependencies": { |
| "Swinject": [ |
| ">= 2.0.0" |
| ] |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.11", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3.1" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |