blob: 83ef43f9d0394021a81ca8af1e621f4faae01235 [file] [log] [blame]
{
"name": "SWAlertController2",
"version": "0.2.0",
"summary": "UIAlertController的自定义实现",
"description": "UIAlertController的自定义实现,支持更丰富的UI定制,支持更多的UI控件;",
"homepage": "https://github.com/shede333/SWAlertController2",
"screenshots": [
"https://raw.githubusercontent.com/shede333/SWAlertController2/master/Screenshot/alert1.png",
"https://raw.githubusercontent.com/shede333/SWAlertController2/master/Screenshot/alert2.png",
"https://raw.githubusercontent.com/shede333/SWAlertController2/master/Screenshot/alert3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shede333": "333wshw@163.com"
},
"source": {
"git": "https://github.com/shede333/SWAlertController2.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SWAlertController/Classes/**/*",
"prefix_header_file": "SWAlertController/Classes/SWAlertControllerPrefix.pch",
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"YYKit": [
"~> 1.0.9"
]
}
}