blob: 8f2f8f1135953d6871777cbc2ffb5ac455556178 [file] [log] [blame]
{
"name": "FYAlert",
"version": "1.0",
"summary": "UIAlertView/UIActionSheet with full support for iOS 6,7,8",
"description": " UIAlertView/UIActionSheet that will transform to an UIAlertController for iOS < 8.0\n\n * Full iOS 8 support, autorotation..\n * Forget about delegates, welcome Blocks\n",
"homepage": "https://github.com/fyarad/FYAlert",
"license": "MIT",
"authors": {
"Francisco Yarad": "fyarad95@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/fyarad/FYAlert.git",
"tag": "1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}