blob: 1bd51b9a205fbd63f17af83862d070f6fbce8c0d [file] [log] [blame]
{
"name": "ImagePageView",
"version": "0.2.3",
"summary": "ImagePageViewController is manages a UIPageViewController with an async image data source, that also pans and zooms the images",
"description": " ImagePageViewController is manages a UIPageViewController with an async image data source\n\n * delegate for page navigation\n * async data source\n * allows zooming and panning the images\n * sharing images\n\n",
"homepage": "https://github.com/krisselden/ImagePageView",
"license": "MIT",
"authors": {
"Kris Selden": "kris.selden@gmail.com"
},
"source": {
"git": "https://github.com/krisselden/ImagePageView.git",
"tag": "0.2.3"
},
"social_media_url": "https://twitter.com/krisselden",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}