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