blob: baadde07f140d69546981277d0e2992941ef4778 [file] [log] [blame]
{
"name": "TextTool",
"version": "1.0.0",
"summary": "An iOS activity indicator view.",
"description": "MBProgressHUD 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. \nThe HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD \nwith some additional features.",
"homepage": "http://www.bukovinski.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiexiaofeng": "815040727@qq.com"
},
"source": {
"git": "https://github.com/xiezefeng/TextTool.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "1.0",
"tvos": "9.0"
},
"source_files": "TextTool/*",
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true
}