| { |
| "name": "XCEExampled", |
| "summary": "Set of development time helpers for writing model-driven types.", |
| "version": "1.0.0", |
| "homepage": "https://XCEssentials.github.io/Exampled", |
| "source": { |
| "git": "https://github.com/XCEssentials/Exampled.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "osx": "10.11", |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Maxim Khatskevich": "maxim@khatskevi.ch" |
| }, |
| "default_subspecs": "Core", |
| "pushed_with_swift_version": "3.1", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "platforms": { |
| "osx": "10.11", |
| "ios": "9.0" |
| }, |
| "source_files": "Sources/Core/**/*.swift" |
| }, |
| { |
| "name": "ModelDependable", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "dependencies": { |
| "XCEExampled/Core": [ |
| |
| ], |
| "XCEModelDependable": [ |
| "~> 1.0" |
| ] |
| }, |
| "source_files": "Sources/ModelDependable/**/*.swift" |
| }, |
| { |
| "name": "UniFlow", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "dependencies": { |
| "XCEExampled/Core": [ |
| |
| ], |
| "XCEUniFlow": [ |
| "~> 4.6" |
| ] |
| }, |
| "source_files": "Sources/UniFlow/**/*.swift" |
| } |
| ] |
| } |