blob: 6215d89bd1d8daca62cb61fec915a8d3d7999926 [file] [log] [blame]
{
"name": "SFEmptyBackButton",
"version": "2.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",
"screenshots": [
"https://raw.githubusercontent.com/fdzsergio/SFEmptyBackButton/master/Screenshots/1.png",
"https://raw.githubusercontent.com/fdzsergio/SFEmptyBackButton/master/Screenshots/2.png",
"https://raw.githubusercontent.com/fdzsergio/SFEmptyBackButton/master/Screenshots/3.png",
"https://raw.githubusercontent.com/fdzsergio/SFEmptyBackButton/master/Screenshots/4.png"
],
"license": "MIT",
"authors": {
"Sergio Fernández": "fdz.sergio@gmail.com"
},
"source": {
"git": "https://github.com/fdzsergio/SFEmptyBackButton.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/fdzsergio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Classes/*",
"frameworks": "UIKit",
"dependencies": {
"Aspects": [
"~> 1.4"
]
}
}