blob: 01434c405d138f20e4f0be2601be0418436a1c54 [file] [log] [blame]
{
"name": "AutoSlideScrollView",
"version": "0.0.1",
"summary": "A auto slide scrollView.",
"description": " This scrollView may perform as a ad window.\n",
"homepage": "https://github.com/iOSNerd/PagedScrollView",
"license": "MIT",
"authors": {
"chen": "boch2436@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/iOSNerd/PagedScrollView.git",
"tag": "0.0.1"
},
"source_files": [
"AutoSlideScrollView",
"AutoSlideScrollView/**/*.{h,m,bundle}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "AutoSlideScrollView/*.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}