[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / b / c / TFY_Navigation / 2.7.2 / TFY_Navigation.podspec.json
blob737676ee55b4dd82612e3b76dbedfca9e1be5d42
2   "name": "TFY_Navigation",
3   "version": "2.7.2",
4   "summary": "多变颜色导航栏",
5   "description": "字体,背景颜色,大小,横竖屏随意改。",
6   "homepage": "https://github.com/13662049573/TFY_Navigation",
7   "license": "MIT",
8   "authors": {
9     "tianfengyou": "420144542@qq.com"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "source": {
15     "git": "https://github.com/13662049573/TFY_Navigation.git",
16     "tag": "2.7.2"
17   },
18   "source_files": "TFY_Navigation/TFY_Navigation/TFY_Navigation.h",
19   "resources": "TFY_Navigation/TFY_Navigation/TFY_NavigationImage.bundle",
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_NavControoler",
31       "subspecs": [
32         {
33           "name": "TFY_Configure",
34           "source_files": "TFY_Navigation/TFY_Navigation/TFY_NavControoler/TFY_Configure/**/*.{h,m}"
35         },
36         {
37           "name": "TFY_Category",
38           "source_files": "TFY_Navigation/TFY_Navigation/TFY_NavControoler/TFY_Category/**/*.{h,m}",
39           "dependencies": {
40             "TFY_Navigation/TFY_NavControoler/TFY_Configure": [
42             ]
43           }
44         },
45         {
46           "name": "TFY_NavigationKit",
47           "dependencies": {
48             "TFY_Navigation/TFY_NavControoler/TFY_Configure": [
50             ]
51           },
52           "source_files": "TFY_Navigation/TFY_Navigation/TFY_NavControoler/TFY_NavigationKit/**/*.{h,m}"
53         }
54       ]
55     }
56   ]