blob: 25fdbf08ffc2a71c93c47c1ebabadf6b69c3d70c [file] [log] [blame]
{
"name": "Spectator",
"version": "1.0.1",
"summary": "A block-based KVO observer helper.",
"description": " A KVO helper that uses blocks so that your callbacks can be kept \n near the observation declaration.\n",
"homepage": "https://github.com/exsortis/Spectator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paul Schifferer": "paul@schifferers.net"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/exsortis/Spectator.git",
"tag": "1.0.1"
},
"source_files": "Spectator/**/*.{h,m}",
"public_header_files": "Spectator/**/*.h",
"requires_arc": true
}