blob: 8781da780b4b5b881a60491326a1141d90b08bc3 [file] [log] [blame]
{
"name": "NSObject+KVOBlocks",
"version": "0.0.1",
"summary": "No bullshit block-based KVO using associated objects.",
"homepage": "https://github.com/dclelland/NSObject-KVOBlocks",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/NSObject-KVOBlocks.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "NSObject+KVOBlocks/*.{h,m}"
},
"requires_arc": true
}