[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 6 / UIView+EALoading / 1.0.0 / UIView+EALoading.podspec.json
blobf991d45e7fbbaf6fc335429b4cbb7a948207c97c
2   "name": "UIView+EALoading",
3   "version": "1.0.0",
4   "summary": "Category to show a HUD loading indicator inside any kind of UIView.",
5   "description": "A longer description of UIView+EALoading in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "https://github.com/WangHengHeng/UIView-Loading",
7   "license": "MIT (LICENSE)",
8   "authors": {
9     "王 原闯": "wangyuanchuang@qq.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/WangHengHeng/UIView-Loading.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "UIView+Loading",
20     "UIView+Loading/**/*.{h,m}"
21   ],
22   "resources": "UIView+Loading/images/*.png",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true