| { |
| "name": "LockDirectionScrollView", |
| "version": "0.1.0", |
| "summary": "A UIScrollView that CAN NOT scroll in both horizontal and vertical directions synchronously", |
| "description": "A UIScrollView is not permitted to scroll in both horizontal and vertical directions synchronously, since the property directionalLockEnabled can not really work in this regard", |
| "homepage": "https://github.com/RookieZn/LockDirectionScrollView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "rookiezn": "rookiezn@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/RookieZn/LockDirectionScrollView.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "LockDirectionScrollView/Classes/**/*" |
| } |