blob: 2e5bfb4a8a38229be974e9daeb9b784db1f5734f [file] [log] [blame]
{
"name": "EARestrictedScrollView",
"version": "1.1.0",
"summary": "UIScrollView sublass with ability to restrict or limit scrolling area.",
"screenshots": "https://raw.githubusercontent.com/ealeksandrov/EARestrictedScrollView/master/Screenshot01.png",
"homepage": "https://github.com/ealeksandrov/EARestrictedScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evgeny Aleksandrov": "evgeny@aleksandrov.ws"
},
"social_media_url": "https://twitter.com/ealeksandrov",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/ealeksandrov/EARestrictedScrollView.git",
"tag": "1.1.0"
},
"source_files": "EARestrictedScrollView/EARestrictedScrollView.{h,m}",
"requires_arc": true,
"public_header_files": "EARestrictedScrollView/*.h"
}