blob: 4611d37b5232f761c5aaeec9b62b629419633659 [file] [log] [blame]
{
"name": "SPInfinitePagingView",
"version": "0.2.1",
"summary": "An inifinite, paging UIScrollView built to be simple.",
"description": "Provides a simple, easy to use interface for building\niOS applications that need to page infinitely in either\ndirection.",
"homepage": "https://github.com/spitzgoby/SPInfinitePagingView",
"license": "MIT",
"authors": {
"Thomas Leu": "tomleu@gmail.com"
},
"source": {
"git": "https://github.com/spitzgoby/SPInfinitePagingView.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SPInfinitePagingView": [
"Pod/Assets/*.png"
]
}
}