blob: 58e8ac4a074e622e128385e0a2e7d4951bd8159a [file] [log] [blame]
{
"name": "XCEModelDependable",
"summary": "Set of protocols for organizing routine model dependencies.",
"version": "1.1.0",
"homepage": "https://XCEssentials.github.io/ModelDependable",
"source": {
"git": "https://github.com/XCEssentials/ModelDependable.git",
"tag": "1.1.0"
},
"platforms": {
"osx": "10.11",
"ios": "9.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"source_files": "Sources/Common/**/*.swift",
"ios": {
"source_files": "Sources/iOS/**/*.swift",
"frameworks": "UIKit"
}
}