[Add] BoreyAdSDK 0.0.5
[CocoaPods.git] / Specs / a / 7 / f / UIScrollView-LIFade / 1.0.0 / UIScrollView-LIFade.podspec.json
blobbe8209534aec77c4f9424c300439f3f94a6e0cbb
2   "name": "UIScrollView-LIFade",
3   "version": "1.0.0",
4   "summary": "A lightwight, fancy and non-intrusive UIScrollView fade effect category",
5   "description": "- Just one line of code can add a fade effect to any of UIScrollView including its subclass.\n- Support horizontal, vertical or both.\n- Non-intrusive, no need to subclass it.",
6   "social_media_url": "https://lihkg.com",
7   "homepage": "https://github.com/lihkg/UIScrollView-LIFade",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "lihkg-foresight": "git4sight@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/lihkg/UIScrollView-LIFade.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "source_files": "UIScrollView-LIFade/*.{h,m}",
28   "public_header_files": "UIScrollView-LIFade/**/*.{h}"