blob: ecb2cf6e182c8eaa1222aaa1ad9a3fa81d0897d5 [file] [log] [blame]
{
"name": "KVOMutableArray",
"version": "0.1.0",
"summary": "A mutable array which can be key value observed (KVO).",
"description": " KVOMutableArray provides the functionality to observe a NSMutableArray.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/haifengkao/KVOMutableArray",
"license": "MIT",
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/KVOMutableArray.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}