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