[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / e / 8 / TFY_TabBarKit / 1.3.4 / TFY_TabBarKit.podspec.json
blobaaf21291053b877d5883a75506c1755dffc50ddc
2   "name": "TFY_TabBarKit",
3   "version": "1.3.4",
4   "summary": "底部tabbar工具/分两类一个自定义UIViewController一个系统自带的,把写好的加在系统上处理.",
5   "description": "底部tabbar工具/分两类一个自定义UIViewController一个系统自带的,把写好的加在系统上处理.",
6   "homepage": "https://github.com/13662049573/TFY_TabBarController",
7   "license": "MIT",
8   "platforms": {
9     "ios": "13.0"
10   },
11   "authors": {
12     "tfyzxc13662049573": "420144542@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/13662049573/TFY_TabBarController.git",
16     "tag": "1.3.4"
17   },
18   "source_files": "TFY_TabBarController/TFY_TabBarKit/TFY_TabBarKit.h",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include"
25   },
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "TFY_SystemTabBar",
30       "source_files": "TFY_TabBarController/TFY_TabBarKit/TFY_SystemTabBar/**/*.{h,m}"
31     }
32   ]