[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 3 / b / IYSlideView / 0.1.4 / IYSlideView.podspec.json
blob536b676fc4801176f5b5db6a8e52b693b0f29643
2   "name": "IYSlideView",
3   "version": "0.1.4",
4   "summary": "Expandable UIView with AutoLayout. Expanding from different positions and in different directions.",
5   "description": "Subclass of UIViev class that allows the user to open and close the View with the gestures in different directions. Offers four directions gestures: from top to bottom, bottom to top, right to left, left to right. After opening at full size, shows your specified UIViewController as child in container (Just like Container View in Storyboard). Fully supports the Auto layout. Simple installation in 3 steps. Very nice and flexibly customizable animation of opening and closing.",
6   "homepage": "https://github.com/1er4y/IYSlideView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ilnur Yagudin": "1er4yy@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/1er4y/IYSlideView.git",
16     "tag": "0.1.4"
17   },
18   "social_media_url": "https://twitter.com/rem1x_69",
19   "platforms": {
20     "ios": "9.1"
21   },
22   "source_files": "IYSlideView/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "pushed_with_swift_version": "3.0"