[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 4 / f / 1 / SlidePlate / 0.1.0 / SlidePlate.podspec.json
blob613fcf072e0c9f9c739416ac3ef8f0a94e741d66
2   "name": "SlidePlate",
3   "version": "0.1.0",
4   "summary": "Simple lib for creating Sliding view with animations",
5   "description": "Swift library for creating container view with sliding animations\nIt will placed in edges of parent view.\nYou can chose what position and other pref.",
6   "homepage": "https://github.com/SocialTermite/SlidePlate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Konstantin Bondar": "bondar.k.dev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SocialTermite/SlidePlate.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SlidePlate/Classes/**/*",
22   "swift_version": "4.0",
23   "dependencies": {
24     "SnapKit": [
26     ]
27   }