[Add] BridSDK 1.4.3
[CocoaPods.git] / Specs / 0 / d / 2 / BXViewPager / 1.0.0 / BXViewPager.podspec.json
blob15bfd6681d20e50d33e6bc58afc1f0e7d6db73a3
2   "name": "BXViewPager",
3   "version": "1.0.0",
4   "summary": "BXViewPager is a Lib inspired by Android ViewPager,and offers more customize options, now support swift 3",
5   "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",
6   "homepage": "https://github.com/banxi1988/BXViewPager",
7   "license": "MIT",
8   "authors": {
9     "banxi1988": "banxi1988@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/banxi1988/BXViewPager.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "3.0"
21   },
22   "source_files": "Pod/Classes/**/*",
23   "dependencies": {
24     "PinAuto": [
25       "~>2.0"
26     ]
27   }