[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 2 / 7 / DCHMVVMKit / 0.0.3 / DCHMVVMKit.podspec.json
blob6a3361bc3f3156b03a43221e8c40e71ea033ff5a
2   "name": "DCHMVVMKit",
3   "version": "0.0.3",
4   "summary": "A MVVM develop kit for Objective-C.",
5   "description": "A MVVM develop kit for Objective-C. Inspirit by ReactiveCocoa.",
6   "homepage": "https://github.com/seraphcxl/DCHMVVMKit",
7   "license": "MIT",
8   "authors": {
9     "seraphcxl": "seraph.cxl@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/seraphcxl",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/seraphcxl/DCHMVVMKit.git",
17     "tag": "0.0.3"
18   },
19   "source_files": "DCHMVVMKit/*.{h,m}",
20   "public_header_files": "DCHMVVMKit/*.h",
21   "requires_arc": true,
22   "dependencies": {
23     "Tourbillon": [
24       "~> 1.0.8"
25     ],
26     "libextobjc": [
27       "~> 0.4.1"
28     ]
29   }