blob: 009d661b9f534e5e5936e2feaddafbbb433a4e57 [file] [log] [blame]
{
"name": "LEAlertController",
"version": "0.1.0",
"summary": "UIAlertController for both iOS 7 and 8",
"description": "LEAlertController is a UIAlertController extension for iOS 7 support",
"homepage": "https://github.com/efremidze/LEAlertController",
"license": "MIT",
"authors": {
"Lasha Efremidze": "efremidzel@hotmail.com"
},
"source": {
"git": "https://github.com/efremidze/LEAlertController.git",
"tag": "0.1.0"
},
"social_media_url": "http://linkedin.com/in/efremidze",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LEAlertController": [
"Pod/Assets/*.png"
]
}
}