blob: 999baada090fc03c54cb9e7300d2a471b5d0c5a8 [file] [log] [blame]
{
"name": "FVCustomAlertView",
"version": "0.3.3",
"summary": "An iOS custom alert view.",
"description": " FVCustomAlertView can display a custom alert, meant to replace the UIAlertView.\n",
"homepage": "https://github.com/thegameg/FVCustomAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Francis Visoiu Mistrih": "thegameg1@yahoo.com"
},
"source": {
"git": "https://github.com/thegameg/FVCustomAlertView.git",
"tag": "0.3.3"
},
"social_media_url": "https://twitter.com/thegameg",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "FVCustomAlertView/FVCustomAlertView/*.{h,m}",
"public_header_files": [
"FVCustomAlertView",
"FVCustomAlertView/**/*.h"
],
"resources": "FVCustomAlertView/FVCustomAlertViewResources/*.png"
}