[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / f / e / TFY_LayoutModelTool / 2.9.6 / TFY_LayoutModelTool.podspec.json
blob10d906f5edadd08e9f127fd761197e2c84f28439
2   "name": "TFY_LayoutModelTool",
3   "version": "2.9.6",
4   "summary": "完美布局模型解析,随意更改导航栏颜色,tabbar,选择器",
5   "description": "完美布局模型解析,随意更改导航栏颜色,tabbar,选择器",
6   "homepage": "https://github.com/13662049573/TFY_LayoutModelTool",
7   "license": "MIT",
8   "authors": {
9     "tianfengyou": "420144542@qq.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/13662049573/TFY_LayoutModelTool.git",
16     "tag": "2.9.6"
17   },
18   "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_LayoutModelTool.h",
19   "resources": [
20     "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_ProgressHUD/TFY_ProgressHUD.bundle",
21     "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_PickerView/TFY_CityBundle.bundle"
22   ],
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "xcconfig": {
28     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
29   },
30   "dependencies": {
31     "SQLCipher": [
33     ]
34   },
35   "libraries": "sqlite3",
36   "requires_arc": true,
37   "subspecs": [
38     {
39       "name": "TFY_ProgressHUD",
40       "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_ProgressHUD/**/*.{h,m}"
41     },
42     {
43       "name": "TFY_AutoLayout",
44       "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_AutoLayout/**/*.{h,m}"
45     },
46     {
47       "name": "TFY_Models",
48       "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_Models/**/*.{h,m}"
49     },
50     {
51       "name": "TFY_Category",
52       "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_Category/**/*.{h,m}"
53     },
54     {
55       "name": "TFY_PickerView",
56       "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_PickerView/**/*.{h,m}"
57     },
58     {
59       "name": "TFY_Navigation",
60       "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_Navigation/TFY_Navigation.h",
61       "subspecs": [
62         {
63           "name": "TFY_NavControoler",
64           "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_Navigation/TFY_NavControoler/**/*.{h,m}",
65           "dependencies": {
66             "TFY_Navigation/TFY_PopController": [
68             ]
69           }
70         },
71         {
72           "name": "TFY_PopController",
73           "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_Navigation/TFY_PopController/**/*.{h,m}"
74         }
75       ]
76     },
77     {
78       "name": "TFY_TabBarKit",
79       "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_TabBarKit/TFY_TabBarHeader.h",
80       "subspecs": [
81         {
82           "name": "TFY_CustomizeTabBar",
83           "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_TabBarKit/TFY_CustomizeTabBar/**/*.{h,m}"
84         },
85         {
86           "name": "TFY_SystemTabBar",
87           "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_TabBarKit/TFY_SystemTabBar/**/*.{h,m}"
88         }
89       ]
90     }
91   ]