blob: 6a3361bc3f3156b03a43221e8c40e71ea033ff5a [file] [log] [blame]
{
"name": "DCHMVVMKit",
"version": "0.0.3",
"summary": "A MVVM develop kit for Objective-C.",
"description": "A MVVM develop kit for Objective-C. Inspirit by ReactiveCocoa.",
"homepage": "https://github.com/seraphcxl/DCHMVVMKit",
"license": "MIT",
"authors": {
"seraphcxl": "seraph.cxl@gmail.com"
},
"social_media_url": "http://twitter.com/seraphcxl",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/seraphcxl/DCHMVVMKit.git",
"tag": "0.0.3"
},
"source_files": "DCHMVVMKit/*.{h,m}",
"public_header_files": "DCHMVVMKit/*.h",
"requires_arc": true,
"dependencies": {
"Tourbillon": [
"~> 1.0.8"
],
"libextobjc": [
"~> 0.4.1"
]
}
}