[Add] GeovisEarthKit 1.0.1
[CocoaPods.git] / Specs / 5 / c / 3 / MXPagerView / 0.1.4 / MXPagerView.podspec.json
blob072f0ac9e23103311274884f477d7a7a539a912d
2   "name": "MXPagerView",
3   "version": "0.1.4",
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.4"
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}"