blob: 04291f23895d3f31e56db1302bba3555c5437be8 [file] [log] [blame]
{
"name": "DRPaginatedScrollView",
"version": "0.1",
"summary": "Implement a paginated scroll view really easily using blocks.",
"homepage": "https://github.com/Dromaguirre/DRPaginatedScrollView",
"screenshots": "https://raw.github.com/Dromaguirre/DRPaginatedScrollView/images/1.gif",
"license": "Public Domain",
"authors": {
"David Román": "dromaguirre@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Dromaguirre/DRPaginatedScrollView.git",
"tag": "0.1"
},
"source_files": "DRPaginatedScrollView.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}