blob: 4438aff1005abdec0f37c5c781a21800fc8cde29 [file] [log] [blame]
{
"name": "KVOMutableArray",
"version": "2.2.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!",
"homepage": "https://github.com/haifengkao/KVOMutableArray",
"license": "MIT",
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/KVOMutableArray.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"KVOMutableArray/Classes/KVOMutableArray.{h,m}",
"KVOMutableArray/Classes/NSObject+BlockObservation.{h,m}",
"KVOMutableArray/Classes/KVOMutableArrayObserver.{h,m}"
],
"public_header_files": "KVOMutableArray/Classes/**/{KVOMutableArray,NSObject+BlockObservation}.h"
},
{
"name": "ReactiveCocoaSupport",
"dependencies": {
"ReactiveObjC": [
],
"KVOMutableArray/Core": [
]
},
"source_files": "KVOMutableArray/Classes/KVOMutableArray+ReactiveCocoaSupport.{h,m}"
}
]
}