blob: 613fcf072e0c9f9c739416ac3ef8f0a94e741d66 [file] [log] [blame]
{
"name": "SlidePlate",
"version": "0.1.0",
"summary": "Simple lib for creating Sliding view with animations",
"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.",
"homepage": "https://github.com/SocialTermite/SlidePlate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Konstantin Bondar": "bondar.k.dev@gmail.com"
},
"source": {
"git": "https://github.com/SocialTermite/SlidePlate.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SlidePlate/Classes/**/*",
"swift_version": "4.0",
"dependencies": {
"SnapKit": [
]
}
}