[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / f / 3 / c / ScrollableTabs / 0.1.1 / ScrollableTabs.podspec.json
blob37b169df4c595b59281886b0c7acfaab464aa337
2   "name": "ScrollableTabs",
3   "version": "0.1.1",
4   "summary": "Protocol-oriented Scrollable TabBar written in Swift2",
5   "description": "Protocol-oriented Scrollable TabBar written in Swift2.",
6   "homepage": "https://github.com/kumapo/ScrollableTabs",
7   "screenshots": "https://github.com/kumapo/ScrollableTabs/raw/screenshots/screenshots_1.gif",
8   "license": "MIT",
9   "authors": {
10     "kumapo": "kumapo@users.noreply.github.com"
11   },
12   "source": {
13     "git": "https://github.com/kumapo/ScrollableTabs.git",
14     "tag": "0.1.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "ScrollableTabs/Classes/**/*",
21   "resource_bundles": {
22     "ScrollableTabs": [
23       "ScrollableTabs/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "RxSwift": [
28       "~> 2.1"
29     ],
30     "RxCocoa": [
31       "~> 2.1"
32     ]
33   }