[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 2 / 5 / ZJProgressHUD / 1.2.1 / ZJProgressHUD.podspec.json
blobee3c6e22334296f7ca92c398b9bb02de66e95799
2   "name": "ZJProgressHUD",
3   "version": "1.2.1",
4   "summary": "Provide tips hud for iOS Platform.",
5   "description": "Provide tips hud for iOS Platform.",
6   "homepage": "https://github.com/Eafy/ZJProgressHUD",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": "Eafy",
11   "requires_arc": true,
12   "platforms": {
13     "ios": "9.0"
14   },
15   "frameworks": [
16     "UIKit",
17     "CoreGraphics"
18   ],
19   "source": {
20     "git": "https://github.com/Eafy/ZJProgressHUD.git",
21     "tag": "v1.2.1"
22   },
23   "source_files": [
24     "ZJProgressHUD/*.{h,m,mm,c,hpp,cpp}",
25     "ZJProgressHUD/**/*.{h,m,mm,c,hpp,cpp}"
26   ],
27   "public_header_files": "ZJBaseUtils/ZJProgressHUD.h",
28   "resource_bundles": {
29     "ZJProgressHUD": [
30       "ZJProgressHUD/Resources/*.png"
31     ]
32   }