blob: e8cbfb687d639027fc8107b67c9ebfca3deb619f [file] [log] [blame]
{
"name": "CCInfiniteScrolling",
"version": "0.4",
"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.4"
},
"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": [
],
"DProperty": [
]
}
}