blob: 5d7cbdeb0375fd9de8c65180c4150910d709ba49 [file] [log] [blame]
{
"name": "PAGalleryView",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "PAGalleryView/**/*",
"dependencies": {
"AFNetworking": [
]
}
}