blob: c3c28c643fba1a75eaa59c0c4936314ddd5b07a8 [file] [log] [blame]
{
"name": "ASCustomAlertView",
"version": "1.0.3.1",
"summary": "This is custom alert notification accepts buttons array with own handlers",
"homepage": "http://softermii.com",
"social_media_url": "http://twitter.com/anton__dev",
"documentation_url": "http://softermii.com",
"authors": {
"Anton Stremovskiy": "perlik@gmail.com",
"Max Rachytskyy": "maksym.rachytskyy@softermii.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/softermii/ASCustomAlertView.git",
"tag": "v1.0.3.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"Source/*.{swift, xib}",
"*.xib"
],
"resource_bundles": {
"ASCustomAlertView": [
"Source/*.xib"
]
},
"ios": {
"frameworks": [
"UIKit"
]
},
"dependencies": {
"Cosmos": [
]
},
"pushed_with_swift_version": "3.0"
}