[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 4 / SFEmptyBackButton / 2.1.0 / SFEmptyBackButton.podspec.json
blob14e4c191bafd04fd65669eb9830f6d5126088446
2   "name": "SFEmptyBackButton",
3   "version": "2.1.0",
4   "summary": "Remove back title from UIViewControllers.",
5   "description": "Useful library to remove text from back button and\nalign the title in the center of UIViewController.",
6   "homepage": "https://github.com/fdzsergio/SFEmptyBackButton",
7   "screenshots": [
8     "https://raw.githubusercontent.com/fdzsergio/SFEmptyBackButton/master/Screenshots/1.png",
9     "https://raw.githubusercontent.com/fdzsergio/SFEmptyBackButton/master/Screenshots/2.png",
10     "https://raw.githubusercontent.com/fdzsergio/SFEmptyBackButton/master/Screenshots/3.png",
11     "https://raw.githubusercontent.com/fdzsergio/SFEmptyBackButton/master/Screenshots/4.png"
12   ],
13   "license": "MIT",
14   "authors": {
15     "Sergio Fernández": "fdz.sergio@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/fdzsergio/SFEmptyBackButton.git",
19     "tag": "2.1.0"
20   },
21   "social_media_url": "https://twitter.com/fdzsergio",
22   "platforms": {
23     "ios": "8.0"
24   },
25   "requires_arc": true,
26   "source_files": "Source/*",
27   "frameworks": "UIKit",
28   "dependencies": {
29     "Aspects": [
30       "~> 1.4"
31     ]
32   }