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