blob: 7e41d6774432e2697dc2174ed7b903ddc2113eed [file] [log] [blame]
{
"name": "InfiniteLayout",
"version": "0.4.1",
"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.1"
},
"social_media_url": "https://twitter.com/arnauddorgans",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"dependencies": {
"CocoaProxy": [
"~> 0"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "InfiniteLayout/Classes/**/*"
},
{
"name": "Rx",
"dependencies": {
"InfiniteLayout/Core": [
"~> 0"
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxDataSources": [
"~> 4"
]
},
"source_files": "InfiniteLayout/Rx/**/*"
}
]
}