blob: 8f2bfc26a6a0c5ffd12ea99d905535161a0139ca [file] [log] [blame]
{
"name": "FMStretchableHeaderTabViewController",
"version": "0.0.1",
"summary": "Stretchable header view + Horizontal swipable tab view with support for several tabs.",
"description": "Stretchable header view + Horizontal swipable tab view\n- Stretchable header view.\n- Horizontal swipable tab view.\n- No header tab view.",
"homepage": "https://github.com/faridh/FMStretchableHeaderTabViewController",
"screenshots": [
"https://raw.githubusercontent.com/faridh/FMStretchableHeaderTabViewController/master/Screenshots/screenshot-stretchable.gif",
"https://raw.githubusercontent.com/faridh/FMStretchableHeaderTabViewController/master/Screenshots/screenshot-swipable.gif"
],
"license": "MIT",
"authors": {
"Faridh Mendoza": "faridh.mendoza@gmail.com"
},
"source": {
"git": "https://github.com/faridh/FMStretchableHeaderTabViewController.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/faridhMendoza",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"resources": "Classes/**/*.xib",
"ios": {
"exclude_files": "Classes/osx"
},
"frameworks": [
"UIKit",
"CoreGraphics"
]
}