[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 6 / 9 / HLHUD / 1.0.1 / HLHUD.podspec.json
blob9ce47d58307cc53e4fb92ef8979f8240be37f7f2
2   "name": "HLHUD",
3   "version": "1.0.1",
4   "summary": "对MBProgressHUD简单封装",
5   "description": "对MBProgressHUD简单封装,类方法使用更简单。",
6   "homepage": "https://github.com/huangchangweng/HLHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "黄常翁": "599139419@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/huangchangweng/HLHUD.git",
19     "tag": "1.0.1"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 arm64"
23   },
24   "source_files": "HLHUD/HLHUD/*.{h,m}",
25   "resources": "HLHUD/HLHUD/HLHUD.bundle",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "MBProgressHUD": [
30     ]
31   }