blob: 19786676b49e0112361fbddcc22189baa4347460 [file] [log] [blame]
{
"name": "UIScrollViewContentAccessors",
"version": "1.0.3",
"summary": "Easy access to UIScrollView's content properties.",
"description": "\n You can access contentOffsetX, contentOffsetY, contentInsetTop, contentInsetLeft, contentInsetBottom, contentInsetRight, contentWidth or contentHeight like properties.\n Like this:\n scrollview.contentWidth = 320;\n ",
"homepage": "https://github.com/Antondomashnev/UIScrollViewContentAccessors",
"authors": {
"Anton Domashnev": "antondomashnev@gmail.com"
},
"source": {
"git": "https://github.com/Antondomashnev/UIScrollViewContentAccessors.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "4.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source_files": "UIScrollView+ContentAccessors/UIScrollView+ContentAccessors.{h,m}",
"requires_arc": false
}