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