blob: faf5bd463b6a46e5beb96dba1210dafd121355d3 [file] [log] [blame]
{
"name": "PunchScrollView",
"version": "1.1.0",
"summary": "PunchScrollView is a little UIScrollView subclass.",
"description": " PunchScrollView is a little UIScrollView subclass which works like the UICollectionView but with more focus on pages and infinite scrolling. PunchScrollView can be run with iOS 5.\n",
"homepage": "https://github.com/tapwork/PunchScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Menschel": "christian@tapwork.de"
},
"social_media_url": "http://twitter.com/cmenschel",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/tapwork/PunchScrollView.git",
"tag": "v1.1.0"
},
"source_files": "PunchScrollView.{h,m}",
"requires_arc": true
}