blob: 082f39869a9fe8dae046b40c7f0d4176e25630ec [file] [log] [blame]
{
"name": "RedAlert",
"version": "1.0.0",
"summary": "Small iOS library for presenting UIAlertController in a UIAlertView fashion.",
"homepage": "https://github.com/vlas-voloshin/RedAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Vlas Voloshin",
"social_media_url": "http://twitter.com/argentumko",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vlas-voloshin/RedAlert.git",
"tag": "1.0.0"
},
"source_files": [
"RedAlert",
"Classes/**/*.{h,m,swift}"
],
"frameworks": "UIKit",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}