[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / b / LTScrollView / 0.4.5 / LTScrollView.podspec.json
blob7d6f8b7c3a2674bfe6e8dd7ccb42e7943242af60
2   "name": "LTScrollView",
3   "version": "0.4.5",
4   "summary": "LTScrollView",
5   "description": "TODO: ScrollView嵌套ScrolloView解决方案(初级、进阶), 支持OC / Swift,实现原理:http://blog.csdn.net/glt_code/article/details/78576628",
6   "homepage": "https://github.com/gltwy/LTScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "1282990794@qq.com": "1282990794@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/gltwy/LTScrollView.git",
16     "tag": "0.4.5"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Example/LTScrollView/Lib/**/*.{swift}",
23   "subspecs": [
24     {
25       "name": "LTLoopsPlay",
26       "source_files": "Example/LTScrollView/Lib/LTLoopsPlay/*.{swift}"
27     },
28     {
29       "name": "LTFollowMove",
30       "source_files": "Example/LTScrollView/Lib/LTFollowMove/*.{swift}"
31     }
32   ],
33   "swift_version": "5.0"