[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 0 / f / KVOMutableArray / 1.6.0 / KVOMutableArray.podspec.json
blobd2107f4559ca56086a12590d47cbb2318bddcf0d
2   "name": "KVOMutableArray",
3   "version": "1.6.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Hai Feng Kao": "haifeng@cocoaspice.in"
10   },
11   "source": {
12     "git": "https://github.com/haifengkao/KVOMutableArray.git",
13     "tag": "1.6.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "public_header_files": "Pod/Classes/**/{KVOMutableArray,NSObject+BlockObservation}.h",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "Pod/Classes/KVOMutableArray.{h,m}",
26         "Pod/Classes/NSObject+BlockObservation.{h,m}",
27         "Pod/Classes/KVOMutableArrayObserver.{h,m}"
28       ]
29     },
30     {
31       "name": "ReactiveCocoaSupport",
32       "dependencies": {
33         "ReactiveCocoa/Core": [
35         ],
36         "KVOMutableArray/Core": [
38         ]
39       },
40       "source_files": "Pod/Classes/KVOMutableArray+ReactiveCocoaSupport.{h,m}"
41     }
42   ]