blob: b1efef8065ae77ac4e306c0857d4a17e6a329e82 [file] [log] [blame]
{
"name": "RxMVC",
"version": "0.1.1",
"summary": "Model-View-Controller pattern with RxSwift",
"description": "Model-View-Controller pattern with RxSwift.",
"homepage": "https://github.com/Hardtack/RxMVC-Swift",
"license": "MIT",
"authors": {
"Choi Geonu": "6566gun@gmail.com"
},
"source": {
"git": "https://github.com/Hardtack/RxMVC-Swift.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxMVC/Classes/**/*",
"resource_bundles": {
},
"dependencies": {
"RxSwift": [
"~> 2.5"
],
"RxCocoa": [
"~> 2.5"
]
}
}