blob: f3e64f9ee3851b12636fc86a50cef76b4b80bffb [file] [log] [blame]
{
"name": "AlertHelper",
"version": "0.1.4",
"summary": "A custom alert view for ios.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SunnyXG/AlertHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SunnyXG": "zhangx7635093@163.com"
},
"source": {
"git": "https://github.com/SunnyXG/AlertHelper.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AlertHelper/Classes/*.{h,m}",
"public_header_files": "AlertHelper/Classes/*.h",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}