blob: 31a672c917ddcd1cafe059f15e36c76729a63809 [file] [log] [blame]
{
"name": "RACSerialQueue",
"version": "0.3.0",
"summary": "A queue for ReactiveCocoa",
"description": "ReactiveCocoa didn't have any queue support. Now it has.",
"homepage": "https://github.com/haifengkao/RACSerialQueue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/RACSerialQueue.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RACSerialQueue/Classes/**/*",
"dependencies": {
"ReactiveCocoa": [
"~> 2.0"
]
}
}