blob: 31df825e7836bed9965500be5e0bc4ce313abde1 [file] [log] [blame]
{
"name": "SwiftPagingTabView",
"version": "0.0.1",
"summary": "Paging Tab View implement in swift4.2.",
"description": "Paging Tab View implement in swift4.2 using ScrollView and configurable design.",
"homepage": "https://github.com/dragonetail/SwiftPagingTabView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dragonetail": "dragonetail@gmail.com"
},
"source": {
"git": "https://github.com/dragonetail/SwiftPagingTabView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "Source/**/*",
"dependencies": {
"PureLayout": [
"~> 3.1.4"
]
}
}