[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 9 / a / f / RXCDelegateArray / 1.0 / RXCDelegateArray.podspec.json
blob1de5eb7317ecda65a1fa73a61250411ca0c40060
2   "name": "RXCDelegateArray",
3   "version": "1.0",
4   "summary": "an array that can notify its changes",
5   "description": "an array that can notify its changes to multi delegates",
6   "homepage": "https://github.com/ruixingchen/RXCDelegateArray",
7   "license": "MIT",
8   "authors": {
9     "ruixingchen": "rxc@ruixingchen.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/ruixingchen/RXCDelegateArray.git",
16     "tag": "1.0"
17   },
18   "source_files": [
19     "Source",
20     "Source/**/*.{swift}"
21   ],
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "swift_versions": "5.0",
25   "dependencies": {
26     "RXCWeakReferenceArray": [
27       "1.0"
28     ]
29   },
30   "swift_version": "5.0"