[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 1 / b / UIScrollViewContentAccessors / 1.0.3 / UIScrollViewContentAccessors.podspec.json
blob19786676b49e0112361fbddcc22189baa4347460
2   "name": "UIScrollViewContentAccessors",
3   "version": "1.0.3",
4   "summary": "Easy access to UIScrollView's content properties.",
5   "description": "\n    You can access contentOffsetX, contentOffsetY, contentInsetTop, contentInsetLeft, contentInsetBottom, contentInsetRight, contentWidth or contentHeight like properties.\n    Like this:\n    scrollview.contentWidth = 320;\n  ",
6   "homepage": "https://github.com/Antondomashnev/UIScrollViewContentAccessors",
7   "authors": {
8     "Anton Domashnev": "antondomashnev@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Antondomashnev/UIScrollViewContentAccessors.git",
12     "tag": "1.0.3"
13   },
14   "platforms": {
15     "ios": "4.3"
16   },
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "source_files": "UIScrollView+ContentAccessors/UIScrollView+ContentAccessors.{h,m}",
22   "requires_arc": false