[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 0 / b / 4 / SwiftPagingTabView / 0.0.1 / SwiftPagingTabView.podspec.json
blob31df825e7836bed9965500be5e0bc4ce313abde1
2   "name": "SwiftPagingTabView",
3   "version": "0.0.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.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "Source/**/*",
23   "dependencies": {
24     "PureLayout": [
25       "~> 3.1.4"
26     ]
27   }