blob: 15bfd6681d20e50d33e6bc58afc1f0e7d6db73a3 [file] [log] [blame]
{
"name": "BXViewPager",
"version": "1.0.0",
"summary": "BXViewPager is a Lib inspired by Android ViewPager,and offers more customize options, now support swift 3",
"description": "BXViewPager is a Lib inspired by Android ViewPager,and offers more customize options,\nSupport Fixed or Scrollable TabLayout,Support Tab Cell with Badge Value",
"homepage": "https://github.com/banxi1988/BXViewPager",
"license": "MIT",
"authors": {
"banxi1988": "banxi1988@gmail.com"
},
"source": {
"git": "https://github.com/banxi1988/BXViewPager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": "Pod/Classes/**/*",
"dependencies": {
"PinAuto": [
"~>2.0"
]
}
}