blob: 32fe9b818f7dd12793ddbe7dc0a6516a3a947090 [file] [log] [blame]
{
"name": "XCEModelDependable",
"summary": "Set of protocols for organizing routine model dependencies.",
"version": "1.0.0",
"homepage": "https://XCEssentials.github.io/ModelDependable",
"source": {
"git": "https://github.com/XCEssentials/ModelDependable.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": "UIKit",
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"dependencies": {
"XCEModelDependable/Core": [
]
},
"source_files": "Sources/UIKit/**/*.swift"
}
]
}