[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / 2 / 8 / SHTabScrollController / 0.4.14 / SHTabScrollController.podspec.json
blob65e988ccc479fda269f4f3730ce33788a8f4be0f
2   "name": "SHTabScrollController",
3   "version": "0.4.14",
4   "summary": "A simple view controller with tab button and childViewController, which has some animation and can be scroll.",
5   "homepage": "https://github.com/harushuu/SHTabScrollController",
6   "screenshots": "https://github.com/harushuu/SHTabScrollController/raw/master/Screenshots.gif",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "@harushuu": "hunter4n@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/harushuu/SHTabScrollController.git",
16     "tag": "0.4.14"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "SHTabScrollController/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "SHButton": [
26       "~> 0.1.9"
27     ]
28   }