blob: 998ec30ddea5ec32e0e44a5dabfdb474d4a56f36 [file] [log] [blame]
{
"name": "ImagePageView",
"version": "0.2.2",
"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.2"
},
"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"
}