[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 2 / 5 / ZJProgressHUD / 1.0.3 / ZJProgressHUD.podspec.json
blob54e4aac00c3b2887c1b5edb8e31006b80d5576ea
2   "name": "ZJProgressHUD",
3   "version": "1.0.3",
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.0.3"
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   }