[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 5 / DFScrollStack / 0.1.0 / DFScrollStack.podspec.json
blobaceef035c3833b087a9d33392cb702c421a4ef51
2   "name": "DFScrollStack",
3   "version": "0.1.0",
4   "summary": "Combine multiple scrollviews into one! Complete with proper cell recycling for collection and table views.",
5   "description": "Insert view controllers into a ScrollStackController to stack them in one scrolling view, and if they have scrolling content, such as table views or collection views, they are handled appropriately as one smooth and efficient scroll in the ScrollStackController.",
6   "homepage": "https://github.com/dafurman/DFScrollStack",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dafurman": "DavidAsherFurman@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dafurman/DFScrollStack.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_version": "5.0",
22   "source_files": "DFScrollStack/Classes/**/*"