blob: 6376a3bec764c064c07ea16f941a7a274ff80647 [file] [log] [blame]
{
"name": "ConsistencyManager",
"version": "6.0.0",
"license": {
"type": "Apache License, Version 2.0"
},
"homepage": "https://plivesey.github.io/ConsistencyManager-iOS",
"authors": "plivesey",
"summary": "Manages the consistency of immutable models.",
"source": {
"git": "https://github.com/plivesey/ConsistencyManager-iOS.git",
"tag": "6.0.0"
},
"source_files": "ConsistencyManager/**/*.swift",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.11"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": "Foundation"
}
}