blob: f6e728009007c7a2945e799ecbc29e4d5606d29f [file] [log] [blame]
{
"name": "KVOMutableArray",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"Pod/Classes/KVOMutableArray.{h,m}",
"Pod/Classes/NSObject+BlockObservation.{h,m}"
]
},
{
"name": "ReactiveCocoaSupport",
"dependencies": {
"ReactiveCocoa/Core": [
],
"KVOMutableArray/Core": [
]
},
"source_files": "Pod/Classes/KVOMutableArray+ReactiveCocoaSupport.{h,m}"
}
]
}