[Add] PBPopupController 3.10.6
[CocoaPods.git] / Specs / 3 / 0 / 2 / ELProgressHUD / 0.1.7 / ELProgressHUD.podspec.json
bloba67e212c7a7bac601f8fec2fc306549c084a9a4f
2   "name": "ELProgressHUD",
3   "version": "0.1.7",
4   "summary": "封装自MBProgressHUD加载提示组件",
5   "requires_arc": true,
6   "homepage": "https://github.com/UEdge/ELProgressHUD",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dylan.Kuang": "dylan.kuang@earlylight.com.hk"
13   },
14   "source": {
15     "git": "https://github.com/UEdge/ELProgressHUD.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "ELProgressHUD/Classes/*.{swift,h,m}",
23   "resources": "ELProgressHUD/Assets/ELProgressHUD.bundle",
24   "dependencies": {
25     "MBProgressHUD": [
26       "~> 1.1.0"
27     ]
28   },
29   "pod_target_xcconfig": {
30     "SWIFT_SUPPRESS_WARNINGS": "YES"
31   }