[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / f / AXCollectionObserve / 1.0.0 / AXCollectionObserve.podspec.json
blob0f45670e958cb7036d338d736a6ffaa5a6ba9acf
2   "name": "AXCollectionObserve",
3   "version": "1.0.0",
4   "summary": "A short description of AXCollectionObserve.",
5   "description": "OC集合监听",
6   "homepage": "https://github.com/axinger/AXCollectionObserve",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "axinger": "axingrun@outlook.com"
13   },
14   "source": {
15     "git": "https://gitee.com/axinger/AXCollectionObserve.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "AXCollectionObserve/AXCollectionObserve.h",
22   "source_files": "AXCollectionObserve/AXCollectionObserve.h",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "ReactiveObjC": [
26       "~> 3.0.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "AXCollectionObserve/Classes/{NSMutableArray,NSMutableDictionary,NSMutableOrderedSet,NSMutableSet}+AXObserve.{h,m}"
33     }
34   ]