blob: ec190ef0b3ceccbd4d585698e5a29cf7dfecfb3e [file] [log] [blame]
{
"name": "SwiftPagingTabView",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "Source/**/*",
"dependencies": {
"PureLayout": [
"~> 3.1.4"
]
}
}