blob: 072f0ac9e23103311274884f477d7a7a539a912d [file] [log] [blame]
{
"name": "MXPagerView",
"version": "0.1.4",
"summary": "Pager view with reusable page and storyboard support.",
"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.",
"homepage": "https://github.com/maxep/MXPagerView",
"license": "MIT",
"authors": {
"Maxime Epain": "maime.epain@gmail.com"
},
"source": {
"git": "https://github.com/maxep/MXPagerView.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/MaximeEpain",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MXPagerView/*.{m,h}"
}