blob: 4ecce20d50ab394474a11406c2bf794bd9b6fad8 [file] [log] [blame]
{
"name": "BlockAlertsAnd-ActionSheets",
"version": "1.0.3",
"summary": "Beautifully done UIAlertView and UIActionSheet replacements inspired by TweetBot.",
"homepage": "https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets",
"license": "MIT",
"authors": {
"Gustavo Ambrozio": "",
"Barrett Jacobsen": "admin@barrettj.com",
"Jose Santiago Jr": ""
},
"source": {
"git": "https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "4.3"
},
"source_files": [
"BlockAlertsDemo/ToAddToYourProjects/BlockActionSheet.{h,m}",
"BlockAlertsDemo/ToAddToYourProjects/BlockAlertView.{h,m}",
"BlockAlertsDemo/ToAddToYourProjects/BlockBackground.{h,m}",
"BlockAlertsDemo/ToAddToYourProjects/BlockTextPromptAlertView.{h,m}",
"BlockAlertsDemo/ProjectSpecific/BlockUI.h"
],
"resources": [
"BlockAlertsDemo/images/*.png",
"BlockAlertsDemo/images/ActionSheet/*.png",
"BlockAlertsDemo/images/AlertView/*.png"
],
"requires_arc": false,
"subspecs": [
{
"name": "TableAlertView",
"source_files": "BlockAlertsDemo/ToAddToYourProjects/BlockTableAlertView.{h,m}"
}
]
}