blob: 2b5b5f79d8d78fa5b1a32121c196d994dbbaf7d6 [file] [log] [blame]
{
"name": "InfiniteLayout",
"version": "0.4.2",
"summary": "Horizontal and Vertical infinite scrolling feature for UICollectionView with Paging, NSProxy delegate, Reactive extension",
"description": "Horizontal and Vertical infinite scrolling feature for UICollectionView with Paging, NSProxy delegate, Reactive extension, SectionModel & AnimatableSectionModel support",
"homepage": "https://github.com/arnauddorgans/InfiniteLayout",
"screenshots": [
"https://github.com/arnauddorgans/InfiniteLayout/raw/master/horizontal.gif",
"https://github.com/arnauddorgans/InfiniteLayout/raw/master/vertical.gif",
"https://github.com/arnauddorgans/InfiniteLayout/raw/master/custom.gif",
"https://github.com/arnauddorgans/InfiniteLayout/raw/master/delegate.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arnaud Dorgans": "ineox@me.com"
},
"source": {
"git": "https://github.com/arnauddorgans/InfiniteLayout.git",
"tag": "0.4.2"
},
"social_media_url": "https://twitter.com/arnauddorgans",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.1"
],
"default_subspecs": "Core",
"swift_version": "5.1",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/InfiniteLayout/**/*",
"dependencies": {
"InfiniteLayout/CocoaProxy": [
]
},
"exclude_files": "**/*/SPMBridge.swift"
},
{
"name": "CocoaProxy",
"source_files": "Sources/CocoaProxy/**/*"
},
{
"name": "Rx",
"dependencies": {
"InfiniteLayout/Core": [
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxDataSources": [
"~> 4"
]
},
"source_files": "Sources/Rx/**/*"
}
]
}