[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 0 / b / 4 / SwiftPagingTabView / 0.1.1 / SwiftPagingTabView.podspec.json
blob0ee781a9535b734759d9bc4d86275f4ca04aa65e
2   "name": "SwiftPagingTabView",
3   "version": "0.1.1",
4   "summary": "Paging Tab View implement in swift4.2.",
5   "description": "Paging Tab View implement in swift4.2 using ScrollView and configurable design.",
6   "homepage": "https://github.com/dragonetail/SwiftPagingTabView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dragonetail": "dragonetail@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dragonetail/SwiftPagingTabView.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "swift_version": "4.2",
22   "source_files": "Source/**/*",
23   "dependencies": {
24     "PureLayout": [
25       "~> 3.1.4"
26     ],
27     "SwiftBaseBootstrap": [
29     ]
30   }