[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 5 / 4 / RACMutableCollectionProperty / 0.1.1 / RACMutableCollectionProperty.podspec.json
blob8f6fcd174eb6dc0e81fba647cdf71693fae0f01c
2   "name": "RACMutableCollectionProperty",
3   "version": "0.1.1",
4   "summary": "MutableCollectionProperty for ReactiveCocoa",
5   "homepage": "https://github.com/gitdoapp/RAC-MutableCollectionProperty",
6   "license": "MIT",
7   "authors": {
8     "@pepibumur": "pepibumur@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/gitdoapp/RAC-MutableCollectionProperty.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "tvos": "9.0",
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0"
19   },
20   "requires_arc": true,
21   "source_files": "MutableCollectionProperty/**/*.swift",
22   "dependencies": {
23     "ReactiveCocoa": [
24       "4.1.0"
25     ]
26   }