blob: 77043a9b209bd3435d6d38410042a1af223e3cae [file] [log] [blame]
{
"name": "SAInfiniteScrollView",
"version": "1.0.0",
"summary": "an UIScrollView that scrolls forever",
"description": " A customized UIScrollView which supports infinite scrolling feature.\n",
"homepage": "https://github.com/sealedace/SAInfiniteScrollView",
"license": "MIT",
"authors": {
"sealedace": "sealedaceg@gmail.com"
},
"source": {
"git": "https://github.com/sealedace/SAInfiniteScrollView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "PowerfulBannerView/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}