[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 8 / RACSerialQueue / 0.24.0 / RACSerialQueue.podspec.json
blobd82459ea23cf9e34ffa71fd353e43d51a3b77c7f
2   "name": "RACSerialQueue",
3   "version": "0.24.0",
4   "summary": "A queue for ReactiveCocoa",
5   "description": "ReactiveCocoa didn't have any queue support. Now it has.",
6   "homepage": "https://github.com/haifengkao/RACSerialQueue",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hai Feng Kao": "haifeng@cocoaspice.in"
13   },
14   "source": {
15     "git": "https://github.com/haifengkao/RACSerialQueue.git",
16     "tag": "0.24.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "RACSerialQueue/Classes/**/*",
23   "dependencies": {
24     "ReactiveObjC": [
26     ]
27   }