blob: 49fe580bd64b7052d62bda3c73417597feaaec46 [file] [log] [blame]
{
"name": "DCHMVVMKit",
"version": "0.0.5",
"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.5"
},
"source_files": "DCHMVVMKit/*.{h,m}",
"public_header_files": "DCHMVVMKit/*.h",
"requires_arc": true,
"dependencies": {
"Tourbillon": [
"~> 1.0.8"
],
"libextobjc": [
"~> 0.4.1"
]
}
}