[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / c / 3 / MXPagerView / 0.1.0 / MXPagerView.podspec.json
blobfe2443e6b378a684cdae6939d4b895e1403765f2
2   "name": "MXPagerView",
3   "version": "0.1.0",
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": "maime.epain@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/maxep/MXPagerView.git",
13     "tag": "0.1.0"
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}"