[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / c / 3 / MXPagerView / 0.1.2 / MXPagerView.podspec.json
blob7896add42eb65c7510e2aa970918a3cd46478eb5
2   "name": "MXPagerView",
3   "version": "0.1.2",
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.2"
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}"