[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / e / 8 / TFY_TabBarKit / 1.0.2 / TFY_TabBarKit.podspec.json
blobd9cdc33c796ac2e721e4b8e4683f23957003e1fd
2   "name": "TFY_TabBarKit",
3   "version": "1.0.2",
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.2"
17   },
18   "source_files": "TFY_TabBarController/TFY_TabBarKit/TFY_TabBarHeader.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_CustomizeTabBar",
30       "source_files": [
31         "TFY_TabBarController/TFY_TabBarKit/TFY_CustomizeTabBar/TfyCU_TabBarControllerProtocol.h",
32         "TFY_TabBarController/TFY_TabBarKit/TFY_CustomizeTabBar/**/*.{h,m}"
33       ]
34     },
35     {
36       "name": "TFY_SystemTabBar",
37       "source_files": [
38         "TFY_TabBarController/TFY_TabBarKit/TFY_SystemTabBar/TfySY_TabBarDefine.h",
39         "TFY_TabBarController/TFY_TabBarKit/TFY_SystemTabBar/**/*.{h,m}"
40       ]
41     }
42   ]