[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / c / 3 / MXPagerView / 0.2.1 / MXPagerView.podspec.json
blob256692c6717f45f802476c64058d38ec80dc59e8
2   "name": "MXPagerView",
3   "version": "0.2.1",
4   "summary": "Pager view with reusable page and storyboard support.",
5   "description": "MXPagerView is a pager view with the ability to reuse pages like you would do with a table view and cells. \nThe MXPagerView also loads pages lazily, depending on the transition style, it will load the current page and neighbors and unload others pages.\n\nMXPagerViewController allows you to load pages from storyboard using the MXPageSegue.",
6   "homepage": "https://github.com/maxep/MXPagerView",
7   "license": "MIT",
8   "authors": {
9     "Maxime Epain": "maxime.epain@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/maxep/MXPagerView.git",
13     "tag": "0.2.1"
14   },
15   "social_media_url": "https://twitter.com/MaximeEpain",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "MXPagerView/*.{m,h}"