[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / a / 6 / SHTabbarController / 0.1.2 / SHTabbarController.podspec.json
blob8bb04eee69839db48f7fdbbfc9b8141b0d6cdc75
2   "name": "SHTabbarController",
3   "version": "0.1.2",
4   "summary": "A simple UITabbarController with round center button.",
5   "homepage": "https://github.com/harushuu/SHTabbarController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "@harushuu": "hunter4n@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/harushuu/SHTabbarController.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "SHTabbarController/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "BFPaperButton": [
25       "~> 2.0.29"
26     ]
27   }