blob: ce6957bfe5267317638521f5a7cbaeefc9f03cbe [file] [log] [blame]
{
"name": "LEAlertController",
"version": "0.1.3",
"summary": "UIAlertController for both iOS 7 and 8",
"description": "LEAlertController is a UIAlertController extension for iOS 7 support",
"homepage": "https://github.com/efremidze/LEAlertController",
"screenshots": [
"https://github.com/efremidze/LEAlertController/raw/master/Screenshots/alert.png",
"https://github.com/efremidze/LEAlertController/raw/master/Screenshots/actionsheet.png"
],
"license": "MIT",
"authors": {
"Lasha Efremidze": "efremidzel@hotmail.com"
},
"source": {
"git": "https://github.com/efremidze/LEAlertController.git",
"tag": "0.1.3"
},
"social_media_url": "http://linkedin.com/in/efremidze",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LEAlertController/*",
"dependencies": {
"UIAlertView+Blocks": [
"~> 0.8"
],
"UIActionSheet+Blocks": [
"~> 0.8"
]
}
}