[Add] SwiftMediator 1.1.0
[CocoaPods.git] / Specs / a / b / 5 / RACSerialCommand / 0.6.0 / RACSerialCommand.podspec.json
blobd2c5b682b895c9d3a752a9eae66f413952365205
2   "name": "RACSerialCommand",
3   "version": "0.6.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/RACSerialCommand",
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/RACSerialCommand.git",
16     "tag": "0.6.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RACSerialCommand/Classes/**/*",
22   "dependencies": {
23     "ReactiveCocoa": [
24       "~> 2.0"
25     ]
26   }