[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 3 / 2 / EARestrictedScrollView / 1.1.0 / EARestrictedScrollView.podspec.json
blob2e5bfb4a8a38229be974e9daeb9b784db1f5734f
2   "name": "EARestrictedScrollView",
3   "version": "1.1.0",
4   "summary": "UIScrollView sublass with ability to restrict or limit scrolling area.",
5   "screenshots": "https://raw.githubusercontent.com/ealeksandrov/EARestrictedScrollView/master/Screenshot01.png",
6   "homepage": "https://github.com/ealeksandrov/EARestrictedScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evgeny Aleksandrov": "evgeny@aleksandrov.ws"
13   },
14   "social_media_url": "https://twitter.com/ealeksandrov",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/ealeksandrov/EARestrictedScrollView.git",
20     "tag": "1.1.0"
21   },
22   "source_files": "EARestrictedScrollView/EARestrictedScrollView.{h,m}",
23   "requires_arc": true,
24   "public_header_files": "EARestrictedScrollView/*.h"