blob: cb419084c79cc78e0eba74bdfadcbc53501ccac0 [file] [log] [blame]
{
"name": "WQAlert",
"version": "0.1.0",
"summary": "iOS常用的弹框, 包括alertView, toastView",
"description": "Testing Private Podspec.\n \n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/shmilywq/WQAlert",
"license": "MIT",
"authors": {
"shmily": "wq012819@163.com"
},
"source": {
"git": "https://github.com/shmilywq/WQAlert.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SourceCode/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"WQViewFrame": [
"~> 0.1.3"
]
}
}