[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 1 / 3 / e / YVSlideOutAnimation / 0.1.0 / YVSlideOutAnimation.podspec.json
blobaa378677811d90e398335c5c4770755b8c216438
2   "name": "YVSlideOutAnimation",
3   "version": "0.1.0",
4   "summary": "Simple library for UIView slide out effect.",
5   "description": "                       Simple UIView category for adding slide out animation. Inspired by animations used here: https://github.com/MartinRGB/GiftCard-iOS\n\n",
6   "homepage": "https://github.com/canep1990/YVSlideOutAnimation",
7   "license": "MIT",
8   "authors": {
9     "Yury Voskresensky": "canep1990@mail.ru"
10   },
11   "source": {
12     "git": "https://github.com/canep1990/YVSlideOutAnimation.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "YVSlideOutAnimation": [
22       "Pod/Assets/*.png"
23     ]
24   }