blob: 8e0abdad3845e4b605151bcd39b70d981a5762d4 [file] [log] [blame]
{
"name": "PunchScrollView",
"version": "1.1.2",
"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.",
"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": "9.0"
},
"source": {
"git": "https://github.com/tapwork/PunchScrollView.git",
"tag": "1.1.2"
},
"source_files": "PunchScrollView.{h,m}",
"requires_arc": true
}