blob: d0ce4c8167c8910fc5dcb77fa2bd2629a2f05bfc [file] [log] [blame]
{
"name": "ZAlertView",
"version": "0.1.6",
"summary": "A customizable AlertView written in Swift.",
"description": "A customizable AlertView written in Swift as a present for my 26th birthday. Of course, current libraries don't fit my need, so I have to rewrite one for later extensibility.",
"homepage": "https://github.com/zelic91/ZAlertView",
"license": "MIT",
"authors": {
"Thuong Nguyen": "thuongnh.uit@gmail.com"
},
"source": {
"git": "https://github.com/zelic91/ZAlertView.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ZAlertView": [
"Pod/Assets/*.png"
]
}
}