[Add] AlibabacloudIntelligentCreation20240313 2.13.0
[CocoaPods.git] / Specs / a / f / 9 / JKStretchableHeaderTabViewController / 0.2 / JKStretchableHeaderTabViewController.podspec.json
blob19464d8822419ca1311979d489219ea8df6d430d
2   "name": "JKStretchableHeaderTabViewController",
3   "version": "0.2",
4   "summary": "Stretchable header view + Horizontal swipable tab view with support for several tabs.",
5   "description": "                       Stretchable header view + Horizontal swipable tab view\n                       - Stretchable header view.\n                       - Horizontal swipable tab view.\n                       - No header tab view.\n",
6   "homepage": "https://github.com/jkoroniak/JKStretchableHeaderTabViewController",
7   "screenshots": [
8     "https://raw.githubusercontent.com/akiroom/AXStretchableHeaderTabViewController/master/Screenshots/screenshot-stretchable.gif",
9     "https://raw.githubusercontent.com/akiroom/AXStretchableHeaderTabViewController/master/Screenshots/screenshot-swipable.gif"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Joel Koroniak": "joelkoroniak@mac.com"
14   },
15   "source": {
16     "git": "https://github.com/jkoroniak/JKStretchableHeaderTabViewController.git",
17     "tag": "0.2"
18   },
19   "social_media_url": "https://twitter.com/jkoroniak",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Classes/**/*.{h,m}",
25   "resources": "Classes/**/*.xib",
26   "ios": {
27     "exclude_files": "Classes/osx"
28   },
29   "frameworks": [
30     "UIKit",
31     "CoreGraphics"
32   ]