[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 6 / f / 5 / LockDirectionScrollView / 0.1.0 / LockDirectionScrollView.podspec.json
blob91c36eb0e256ea1ada5012e3afbe368cce485ce6
2   "name": "LockDirectionScrollView",
3   "version": "0.1.0",
4   "summary": "A UIScrollView that CAN NOT scroll in both horizontal and vertical directions synchronously",
5   "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",
6   "homepage": "https://github.com/RookieZn/LockDirectionScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rookiezn": "rookiezn@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/RookieZn/LockDirectionScrollView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LockDirectionScrollView/Classes/**/*"