[Add] FriendlyCaptcha 1.0.0
[CocoaPods.git] / Specs / 2 / 6 / 7 / WProgressHUD / 0.1.0 / WProgressHUD.podspec.json
blob7f4318049d738429daf7df89193c49c2c7f0d8f2
2   "name": "WProgressHUD",
3   "version": "0.1.0",
4   "summary": "WProgressHUD for HUD.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://www.jianshu.com/u/06f42a993882",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "winter.wd": "winterw201501@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/winterwd/WProgressHUD.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "WProgressHUD/Classes/**/*",
22   "resource_bundles": {
23     "WProgressHUD": [
24       "WProgressHUD/Assets/*.png"
25     ]
26   },
27   "public_header_files": "WProgressHUD/Classes/**/*.h",
28   "dependencies": {
29     "MBProgressHUD": [
30       "~>1.0"
31     ]
32   }