[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / c / 3 / MXPagerView / 1.0.0 / MXPagerView.podspec.json
blobda0e04c7ae63a6d88d64a409e87392a205ed3f2a
2   "name": "MXPagerView",
3   "version": "1.0.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": "maxime.epain@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/maxep/MXPagerView.git",
13     "tag": "1.0.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}"