blob: 36210ead8f12b982d94adbb903dab91156ebe6f2 [file] [log] [blame]
{
"name": "SBTActionController",
"version": "0.0.2",
"summary": "SBTActionController acts as a Façade for UIActionSheet and UIAlertController",
"description": " SBTActionController acts as a Façade for UIActionSheet and UIAlertController avoiding presentation related issues when using the deprecated UIActionSheet class to support pre iOS 8 versions.\n",
"homepage": "https://github.com/Subito-it/SBTActionController",
"license": "Apache License, Version 2.0",
"authors": {
"Mouhcine El Amine": "mouhcine.elamine@subito.it",
"Luigi Parpinel": "luigi.parpinel@subito.it"
},
"source": {
"git": "https://github.com/Subito-it/SBTActionController.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}