blob: bfcaf6593d6d265ccf9f7bf38067f2d19b51bfe2 [file] [log] [blame]
{
"name": "LEAlertController",
"version": "0.1.6",
"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.6"
},
"social_media_url": "http://linkedin.com/in/efremidze",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LEAlertController/LEAlertController.{h,m}",
"dependencies": {
"UIAlertView+Blocks": [
"~> 0.8"
],
"UIActionSheet+Blocks": [
"~> 0.8"
]
}
}