[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 0 / f / KVOMutableArray / 0.5.0 / KVOMutableArray.podspec.json
blob919bbe889e649769d2ad9f0aac41b12b5bf6c282
2   "name": "KVOMutableArray",
3   "version": "0.5.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!\n",
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": "0.5.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "Pod/Classes/KVOMutableArray.{h,m}",
25         "Pod/Classes/NSObject+BlockObservation.{h,m}"
26       ]
27     },
28     {
29       "name": "ReactiveCocoaSupport",
30       "dependencies": {
31         "ReactiveCocoa/Core": [
33         ],
34         "KVOMutableArray/Core": [
36         ]
37       },
38       "source_files": "Pod/Classes/KVOMutableArray+ReactiveCocoaSupport.{h,m}"
39     }
40   ]