[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / c / d / 4 / SFEmptyBackButton / 1.0.0 / SFEmptyBackButton.podspec.json
blobfa5a3af866b5f1512de4b85b320495701e663242
2   "name": "SFEmptyBackButton",
3   "version": "1.0.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   "license": "MIT",
8   "authors": {
9     "Sergio Fernández": "fdz.sergio@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/fdzsergio/SFEmptyBackButton.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/fdzsergio",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "Aspects": [
24       "~> 1.4"
25     ]
26   }