blob: 5f3cf8b72b28f7b5ba9fb91b6c519cf8f969abbb [file] [log] [blame]
{
"name": "UIScrollSlidingPages",
"version": "1.3",
"summary": "This control allows you to add multiple view controllers and have them scroll horizontally, each with a smaller header view.",
"homepage": "https://github.com/TomThorpe/UIScrollSlidingPages",
"screenshots": [
"https://github.com/TomThorpe/UIScrollSlidingPages/raw/master/Screenshots/1.png",
"https://github.com/TomThorpe/UIScrollSlidingPages/raw/master/Screenshots/4.png",
"https://github.com/TomThorpe/UIScrollSlidingPages/raw/master/Screenshots/uiscrollslidingpages.gif"
],
"license": "MIT",
"authors": {
"Tom Thorpe": "code@tomthorpe.co.uk"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/TomThorpe/UIScrollSlidingPages.git",
"tag": "1.3"
},
"source_files": [
"Classes",
"UIScrollViewSlidingPages/Source/**/*.{h,m}"
],
"requires_arc": true,
"resources": "UIScrollViewSlidingPages/Source/Images/**/*.png"
}