blob: 35d6f6e168b32d3aafc8c905723f611428bf6865 [file] [log] [blame]
{
"name": "DRPageScrollView",
"version": "1.0.0",
"summary": "Block-driven paginated scroll views",
"homepage": "http://github.com/Dromaguirre/DRPageScrollView",
"authors": {
"David Roman": "dromaguirre@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Dromaguirre/DRPageScrollView.git",
"tag": "1.0.0"
},
"source_files": "DRPageScrollView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}