[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / 7 / DMProgressHUD / 0.0.5 / DMProgressHUD.podspec.json
blob84ea2be8504ff71990a323b9b3ec3dab10c51acf
2   "name": "DMProgressHUD",
3   "version": "0.0.5",
4   "summary": "DMProgressHUD is a view that shows the progress.",
5   "description": "DMProgressHUD is a view that shows the progress of background thread's tasks.",
6   "homepage": "https://github.com/DamonMok/DMProgressHUD",
7   "license": "MIT",
8   "authors": {
9     "damonMok": "damonmok1216@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/DamonMok/DMProgressHUD.git",
13     "tag": "0.0.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "DMProgressHUD/*",
20   "resources": "DMProgressHUD/DMProgressImgs.bundle",
21   "frameworks": [
22     "Foundation",
23     "CoreGraphics",
24     "UIKit"
25   ]