blob: 48ea56a2ecb66b8348fd48affb1136b5f10ff1e5 [file] [log] [blame]
{
"name": "FVCustomAlertView",
"version": "0.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"
},
"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"
}