[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / d / PAGalleryView / 0.2.1 / PAGalleryView.podspec.json
blobadb26129c1af4b8ae10875dc9527f41548d0992d
2   "name": "PAGalleryView",
3   "version": "0.2.1",
4   "summary": "iOS library implementing fullscreen and in-place image gallery similar to Facebook and VK applications.",
5   "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",
6   "homepage": "https://github.com/Pash237/PAGalleryView",
7   "license": "MIT",
8   "authors": {
9     "Pavel Alexeev": "pasha.alexeev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Pash237/PAGalleryView.git",
13     "tag": "0.2.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "PAGalleryView/**/*",
20   "dependencies": {
21     "AFNetworking": [
23     ]
24   }