[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 3 / f / LLProgressHUD / 0.0.1 / LLProgressHUD.podspec.json
blobc3db31426ac634c4c417699bbced917a3417d9b6
2   "name": "LLProgressHUD",
3   "version": "0.0.1",
4   "summary": "An iOS activity indicator view.",
5   "description": "LLProgressHUD is an iOS drop-in class that displays a translucent HUD \nwith an indicator and/or labels while work is being done in a background thread.",
6   "homepage": "https://github.com/lianleven/LLProgressHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "leven": "lianleven@163.com"
13   },
14   "source": {
15     "git": "https://github.com/lianleven/LLProgressHUD.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "6.0",
20     "tvos": "6.0"
21   },
22   "source_files": "LLProgressHUD/**/*.{h,m}",
23   "resources": "LLProgressHUD/LLProgressHUD.bundle",
24   "frameworks": [
25     "CoreGraphics",
26     "QuartzCore"
27   ],
28   "requires_arc": true