blob: 1fab67d56e1816c740b4ee825c4a521fb591ad46 [file] [log] [blame]
{
"name": "ObserverSet",
"version": "1.0.5",
"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.5"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"source_files": "*.swift",
"requires_arc": true
}