blob: 52c7a2c32be70687837ae28bf2d6e6de5d94cda9 [file] [log] [blame]
{
"name": "Block-KVO",
"version": "2.2.1",
"summary": "Objective-C Key-Value Observing made easier with blocks.",
"homepage": "https://github.com/iMartinKiss/Block-KVO",
"authors": {
"Martin Kiss": "martin.kiss@me.com"
},
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/iMartinKiss/Block-KVO.git",
"tag": "v2.2.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Sources",
"Sources/**/*"
],
"public_header_files": "MTKObserving.h",
"requires_arc": true
}