blob: 5a491d73776ac174a1d3883359163773a13aef6c [file] [log] [blame]
{
"name": "InfiniteLayout",
"version": "0.1.6",
"summary": "Horizontal and Vertical infinite scrolling feature for UICollectionView",
"description": "Horizontal and Vertical infinite scrolling feature for UICollectionView with Paging and NSProxy delegate",
"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.1.6"
},
"social_media_url": "https://twitter.com/arnauddorgans",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "InfiniteLayout/Classes/**/*",
"dependencies": {
"CocoaProxy": [
"~> 0.1"
]
}
}