[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 2 / 5 / RecycleView / 1.0.1 / RecycleView.podspec.json
blob7cff829466e81237e41b94e45e96e9c540170206
2   "name": "RecycleView",
3   "version": "1.0.1",
4   "summary": "Similar to UICollectionView to achieve card or slider effect",
5   "description": "Similar to UICollectionView to achieve card or slider effect.",
6   "homepage": "https://github.com/ColdChains/RecycleView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ColdChains": "coldchains@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/ColdChains/RecycleView.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "RecycleView/**/*.swift",
22   "exclude_files": "Classes/Exclude",
23   "swift_versions": "5.6",
24   "dependencies": {
25     "SnapKit": [
27     ]
28   },
29   "swift_version": "5.6"