[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 2 / 4 / 8 / RACSerialQueue / 0.6.0 / RACSerialQueue.podspec.json
blobbf7826aa13187c7c16b523c75ced4585b81db6c9
2   "name": "RACSerialQueue",
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/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.6.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RACSerialQueue/Classes/**/*",
22   "dependencies": {
23     "ReactiveCocoa": [
24       "~> 2.0"
25     ]
26   }