2 "name": "KVOMutableArray",
4 "summary": "A mutable array which can be key value observed (KVO).",
5 "description": "KVOMutableArray provides the functionality to observe a NSMutableArray.\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
6 "homepage": "https://github.com/haifengkao/KVOMutableArray",
9 "Hai Feng Kao": "haifeng@cocoaspice.in"
12 "git": "https://github.com/haifengkao/KVOMutableArray.git",
19 "default_subspecs": "Core",
20 "public_header_files": "Pod/Classes/**/{KVOMutableArray,NSObject+BlockObservation}.h",
25 "Pod/Classes/KVOMutableArray.{h,m}",
26 "Pod/Classes/NSObject+BlockObservation.{h,m}",
27 "Pod/Classes/KVOMutableArrayObserver.{h,m}"
31 "name": "ReactiveCocoaSupport",
33 "ReactiveCocoa/Core": [
36 "KVOMutableArray/Core": [
40 "source_files": "Pod/Classes/KVOMutableArray+ReactiveCocoaSupport.{h,m}"