[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 7 / 6 / 0 / SlidingTabLayout / 0.1.0 / SlidingTabLayout.podspec.json
blob83ff5b5c83f9f0fc9a8e758bee6d8266dff232c4
2   "name": "SlidingTabLayout",
3   "version": "0.1.0",
4   "summary": "Sliding Tab Layout for iOS",
5   "description": "SlidingTabLayout is a library that can be used to add paging view controllers accompanied with Tabs at the top. You can place tab items in header separately from the content views as well as in a single view. It also allows to layout tabs is two modes:\n1. Fixed (Used for small number of items): All tab items will be spread equally in a container with width equal to screen\n2. Free (User for large number of items): All tab items will be have given hardcoded width and be scrollable horizontally.",
6   "homepage": "https://github.com/bhimsenp/SlidingTabLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bhimsen Padalkar": "bhim.padalkar@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/bhimsenp/SlidingTabLayout.git",
16     "tag": "0.1.0"
17   },
18   "swift_versions": [
19     "4.0",
20     "5.0"
21   ],
22   "platforms": {
23     "ios": "9.0"
24   },
25   "source_files": "SlidingTabLayout/Classes/**/*",
26   "swift_version": "5.0"