blob: aa378677811d90e398335c5c4770755b8c216438 [file] [log] [blame]
{
"name": "YVSlideOutAnimation",
"version": "0.1.0",
"summary": "Simple library for UIView slide out effect.",
"description": " Simple UIView category for adding slide out animation. Inspired by animations used here: https://github.com/MartinRGB/GiftCard-iOS\n\n",
"homepage": "https://github.com/canep1990/YVSlideOutAnimation",
"license": "MIT",
"authors": {
"Yury Voskresensky": "canep1990@mail.ru"
},
"source": {
"git": "https://github.com/canep1990/YVSlideOutAnimation.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"YVSlideOutAnimation": [
"Pod/Assets/*.png"
]
}
}