blob: 85b4e8f1d3c702fc873b6098d7824edac5cf5fad [file] [log] [blame]
{
"name": "ViewModelOwners",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Protocols that help make your MVVM setup more consistent",
"homepage": "http://merowing.info",
"social_media_url": "https://twitter.com/merowing_",
"authors": {
"Krzysztof Zablocki": "krzysztof.zablocki@pixle.pl"
},
"source": {
"git": "https://github.com/krzysztofzablocki/ViewModelOwners.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
]
}