blob: 751c199a706610163a567101b030595a0feee4ae [file] [log] [blame]
{
"name": "ReactiveMoyaf",
"version": "0.1.0",
"summary": "Simple ReactiveObjC support for Moyaf.",
"description": "Simple ReactiveObjC support for Moyaf.\nIt contains a pair of simple protocol and category.",
"homepage": "https://github.com/skyofdwarf/ReactiveMoyaf",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"skyofdwarf": "skyofdwarf@gmail.com"
},
"source": {
"git": "https://github.com/skyofdwarf/ReactiveMoyaf.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ReactiveMoyaf/Classes/**/*",
"dependencies": {
"Moyaf": [
"~> 0.8"
],
"ReactiveObjC": [
"~> 2"
]
}
}