blob: 95c5d1866003c71fd564221e15130f2fa4f956f8 [file] [log] [blame]
{
"name": "ImagePageView",
"version": "0.2.4",
"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",
"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.4"
},
"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"
}