blob: 5c926fbe01c2245e3dd645c56dbbc74cee81a675 [file] [log] [blame]
{
"name": "ObserverSet",
"version": "1.0.3",
"summary": "Swift implementation of observer sets",
"authors": "Michael Ash",
"homepage": "https://github.com/CrossWaterBridge/ObserverSet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/CrossWaterBridge/ObserverSet.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"source_files": "*.swift",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}