blob: 31d5736779e06819b6f7e33240f45c9276bd3a39 [file] [log] [blame]
{
"name": "BTInfiniteScrollView",
"version": "1.0.0",
"summary": "Yet another Infinite ScrollView.",
"description": " UIScrollView subclass with infinite scrolling.\n",
"homepage": "https://github.com/bteapot/BTInfiniteScrollView",
"screenshots": "http://i.imgur.com/LW1OnZM.gif",
"license": "MIT",
"authors": {
"Денис Либит": "bteapot@me.com"
},
"source": {
"git": "https://github.com/bteapot/BTInfiniteScrollView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"BTInfiniteScrollView": [
"Pod/Assets/*.png"
]
}
}