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