[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / 2 / 4 / 8 / RACSerialQueue / 0.12.0 / RACSerialQueue.podspec.json
blob847121962bc4c6f82f4bac662616e908c1e37c43
2   "name": "RACSerialQueue",
3   "version": "0.12.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.12.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RACSerialQueue/Classes/**/*",
22   "dependencies": {
23     "ReactiveObjC": [
24       ">= 2.1.2"
25     ]
26   }