[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 1 / 9 / ZZProgressHUD / 0.0.1 / ZZProgressHUD.podspec.json
blob7f79f431eee48970d234d8f246e95c86dfcd833b
2   "name": "ZZProgressHUD",
3   "version": "0.0.1",
4   "summary": "ZZProgressHUD, a swift version of MBProgressHUD for iOS9 and later",
5   "description": "a swift version of MBProgressHUD for iOS9 and later. you can use this instead if you want to develop in a pure swift environment",
6   "homepage": "https://github.com/zerozheng/ZZProgressHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "zero",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/zerozheng/ZZProgressHUD.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "sources",
21     "sources/**/*.{h,m}"
22   ],
23   "resources": "sources/ProgressHUD.bundle/**/*.png",
24   "frameworks": "UIKit",
25   "pod_target_xcconfig": {
26     "swift-version": "3.0"
27   }