blob: a1f130f58e94b4acd3078b2901cca5a479306bf3 [file] [log] [blame]
{
"name": "SwiftTabPager",
"version": "1.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "SegmentedView with full UI control.",
"description": "Tab Bar with full UI control. You can bind viewControllers and views with SegmentedView.",
"homepage": "https://github.com/artsimonyan23/SwiftTabPager",
"authors": {
"PROJECT_OWNER": "USER_EMAIL"
},
"source": {
"git": "https://github.com/artsimonyan23/SwiftTabPager.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/*.{swift}",
"swift_versions": "5.0",
"subspecs": [
{
"name": "Resources",
"platforms": {
"ios": "10.0"
},
"source_files": "Source/Resources/*.{swift}"
},
{
"name": "Extensions",
"platforms": {
"ios": "10.0"
},
"source_files": "Source/Extensions/*.{swift}"
}
],
"swift_version": "5.0"
}