blob: fdc6701e035709b56805c4835880cf0427f1e859 [file] [log] [blame]
{
"name": "ASCustomAlertView",
"version": "1.0.3.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"resources": "Source/**/*.{xib,xcassets}",
"ios": {
"resource_bundles": {
"Resources": [
"Source/**/*.xib"
]
},
"frameworks": [
"UIKit"
]
},
"source_files": [
"Source/*.{swift, xib}",
"*.xib"
],
"dependencies": {
"Cosmos": [
]
},
"pushed_with_swift_version": "3.0"
}