blob: f991d45e7fbbaf6fc335429b4cbb7a948207c97c [file] [log] [blame]
{
"name": "UIView+EALoading",
"version": "1.0.0",
"summary": "Category to show a HUD loading indicator inside any kind of UIView.",
"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!",
"homepage": "https://github.com/WangHengHeng/UIView-Loading",
"license": "MIT (LICENSE)",
"authors": {
"王 原闯": "wangyuanchuang@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/WangHengHeng/UIView-Loading.git",
"tag": "1.0.0"
},
"source_files": [
"UIView+Loading",
"UIView+Loading/**/*.{h,m}"
],
"resources": "UIView+Loading/images/*.png",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}