blob: 74be5ba6e99908ac378f53d894b0a91699c423c9 [file] [log] [blame]
{
"name": "CCInfiniteScrolling",
"version": "0.6.1",
"summary": "These UIScrollView categories makes it super easy to add infinite scrolling functionalities to any UIScrollView",
"description": "These UIScrollView categories makes it super easy to add infinite scrolling functionalities to any UIScrollView (or any of its subclass)",
"homepage": "https://github.com/ziryanov/CCInfiniteScrolling",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Ziryanov": "ivan.ziryanov@gmail.com"
},
"source": {
"git": "https://github.com/ziryanov/CCInfiniteScrolling.git",
"tag": "0.6.1"
},
"screenshots": "https://raw.githubusercontent.com/ziryanov/CCInfiniteScrolling/master/1.gif",
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"requires_arc": true,
"resources": "Resources/CCInfiniteScrolling.bundle",
"dependencies": {
"UIView+TKGeometry": [
],
"JRSwizzle": [
]
}
}