blob: 1923e102a1ded31fa217761f68e0d11377681a68 [file] [log] [blame]
{
"name": "AXStretchableHeaderTabViewController",
"version": "0.1.0",
"summary": "Stretchable header view + Horizontal swipable tab view.",
"description": " Stretchable header view + Horizontal swipable tab view\n - Stretchable header view.\n - Horizontal swipable tab view.\n",
"homepage": "https://github.com/akiroom/AXStretchableHeaderTabViewController",
"screenshots": [
"https://raw.githubusercontent.com/akiroom/AXStretchableHeaderTabViewController/master/Screenshots/screenshot-stretchable.gif",
"https://raw.githubusercontent.com/akiroom/AXStretchableHeaderTabViewController/master/Screenshots/screenshot-swipable.gif"
],
"license": "MIT",
"authors": {
"Hiroki Akiyama": "aki-hiroki@nifty.com"
},
"source": {
"git": "https://github.com/akiroom/AXStretchableHeaderTabViewController.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/akiroom",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"resources": "Classes/**/*.xib",
"ios": {
"exclude_files": "Classes/osx"
},
"frameworks": [
"UIKit",
"CoreGraphics"
]
}