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