blob: adb26129c1af4b8ae10875dc9527f41548d0992d [file] [log] [blame]
{
"name": "PAGalleryView",
"version": "0.2.1",
"summary": "iOS library implementing fullscreen and in-place image gallery similar to Facebook and VK applications.",
"description": "- Smooth animations\n- Drag to exit fullscreen gesture\n- Autorotate of fullscreen images (no need to support portrait & landscape modes in your ViewController)\n- Activity and error indicators",
"homepage": "https://github.com/Pash237/PAGalleryView",
"license": "MIT",
"authors": {
"Pavel Alexeev": "pasha.alexeev@gmail.com"
},
"source": {
"git": "https://github.com/Pash237/PAGalleryView.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "PAGalleryView/**/*",
"dependencies": {
"AFNetworking": [
]
}
}