[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 1 / f / e / TFY_LayoutModelTool / 2.3.5 / TFY_LayoutModelTool.podspec.json
blob7d1736854aa7a48817940183012edc0f9cfaf07e
2   "name": "TFY_LayoutModelTool",
3   "version": "2.3.5",
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.3.5"
17   },
18   "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_LayoutModelTool.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_ProgressHUD",
30       "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_ProgressHUD/**/*.{h,m}",
31       "resources": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_ProgressHUD/TFY_ProgressHUD.bundle"
32     },
33     {
34       "name": "TFY_AutoLayout",
35       "source_files": [
36         "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_AutoLayout/**/*.{h,m}",
37         "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_AutoLayout/TFY_AutoLayout.h"
38       ]
39     },
40     {
41       "name": "TFY_Models",
42       "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_Models/**/*.{h,m}"
43     },
44     {
45       "name": "TFY_Category",
46       "source_files": [
47         "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_Category/**/*.{h,m}",
48         "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_Category/TFY_CategoryHerder.h"
49       ]
50     },
51     {
52       "name": "TFY_PickerView",
53       "source_files": [
54         "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_PickerView/**/*.{h,m}",
55         "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_PickerView/TFY_PickerHeader.h"
56       ]
57     },
58     {
59       "name": "TFY_CommonUtils",
60       "source_files": "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_CommonUtils/**/*.{h,m}"
61     },
62     {
63       "name": "TFY_Navigation",
64       "source_files": [
65         "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_Navigation/**/*.{h,m}",
66         "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_Navigation/TFY_Navigation.h"
67       ]
68     },
69     {
70       "name": "TFY_TabarController",
71       "source_files": [
72         "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_TabarController/**/*.{h,m}",
73         "TFY_LayoutModelTool/TFY_LayoutModelTool/TFY_TabarController/TFY_TabBarHeader.h"
74       ]
75     }
76   ]