blob: 61a5c3e88c5b2939538745c52f2c00e1a752cf39 [file] [log] [blame]
{
"name": "RxMVC",
"version": "0.2.0-beta.2",
"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.2.0-beta.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxMVC/Classes/**/*",
"resource_bundles": {
},
"dependencies": {
"RxSwift": [
"~> 3.0.0-beta.1"
],
"RxCocoa": [
"~> 3.0.0-beta.1"
]
}
}