blob: 3a24a01134c3ff90e9cc2f7b99aca5fbc86be2ef [file] [log] [blame]
{
"name": "ObserverSet",
"version": "1.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": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "*.swift",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}