blob: 9346694c13e3f54e4426df7a24e08d85316a35b0 [file] [log] [blame]
{
"name": "InfiniteLayout",
"version": "0.1.5",
"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.5"
},
"social_media_url": "https://twitter.com/arnauddorgans",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "InfiniteLayout/Classes/**/*",
"dependencies": {
"CocoaProxy": [
"~> 0.1"
]
}
}