blob: a4f606fa1db5033be1d73d4c4001f521aa4c226b [file] [log] [blame]
{
"name": "InfiniteLayout",
"version": "0.2.0.3",
"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/Arnoymous/InfiniteLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arnoymous": "ineox@me.com"
},
"source": {
"git": "https://github.com/Arnoymous/InfiniteLayout.git",
"tag": "0.2.0.3"
},
"social_media_url": "https://twitter.com/arnauddorgans",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"dependencies": {
"CocoaProxy": [
"~> 0.1"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "InfiniteLayout/Classes/**/*"
},
{
"name": "Rx",
"dependencies": {
"InfiniteLayout/Core": [
"~> 0.2"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxDataSources": [
"~> 3.0"
]
},
"source_files": "InfiniteLayout/Rx/**/*"
}
]
}