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