blob: e12cb4df7e84c7825fdd4bc4c8bbcab97b3155aa [file] [log] [blame]
{
"name": "WQAlert",
"version": "0.0.2",
"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.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SourceCode/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"WQViewFrame": [
"~> 0.0.2"
]
}
}