blob: fa5a3af866b5f1512de4b85b320495701e663242 [file] [log] [blame]
{
"name": "SFEmptyBackButton",
"version": "1.0.0",
"summary": "Remove back title from UIViewControllers.",
"description": "Useful library to remove text from back button and\nalign the title in the center of UIViewController.",
"homepage": "https://github.com/fdzsergio/SFEmptyBackButton",
"license": "MIT",
"authors": {
"Sergio Fernández": "fdz.sergio@gmail.com"
},
"source": {
"git": "https://github.com/fdzsergio/SFEmptyBackButton.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/fdzsergio",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Aspects": [
"~> 1.4"
]
}
}