[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / f / a / MLProgressHUD / 1.0.3 / MLProgressHUD.podspec.json
blobf8e88cf81d90ecf5ad24a98658655da1924af7b1
2   "name": "MLProgressHUD",
3   "version": "1.0.3",
4   "summary": "Just a subclass of MBProgressHUD for myself, Please dont pay attention to it.",
5   "homepage": "https://github.com/molon/MLProgressHUD",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "molon": "dudl@qq.com"
11   },
12   "source": {
13     "git": "https://github.com/molon/MLProgressHUD.git",
14     "tag": "1.0.3"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0"
19   },
20   "public_header_files": "Classes/**/*.h",
21   "source_files": "Classes/**/*.{h,m}",
22   "dependencies": {
23     "MBProgressHUD": [
24       "= 1.0.0"
25     ]
26   }