[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 7 / 8 / TFY_AutoLayout / 2.5.2 / TFY_AutoLayout.podspec.json
blob79eceaf7772e630b705c9de1c4fc9b365c0154f4
2   "name": "TFY_AutoLayout",
3   "version": "2.5.2",
4   "summary": "简介高效,链式点语法布局工具",
5   "description": "简介高效,链式点语法布局工具",
6   "homepage": "https://github.com/13662049573/TFY_AutoLayout",
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_AutoLayout.git",
16     "tag": "2.5.2"
17   },
18   "source_files": "TFY_AutoLayout/TFY_AutoLayout/TFY_AutoLayout.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": "Util",
30       "source_files": "TFY_AutoLayout/TFY_AutoLayout/Util/**/*.{h,m}"
31     },
32     {
33       "name": "IOS_Layout",
34       "source_files": "TFY_AutoLayout/TFY_AutoLayout/IOS_Layout/**/*.{h,m}",
35       "dependencies": {
36         "TFY_AutoLayout/Util": [
38         ]
39       }
40     },
41     {
42       "name": "MAC_Layout",
43       "source_files": "TFY_AutoLayout/TFY_AutoLayout/MAC_Layout/**/*.{h,m}",
44       "dependencies": {
45         "TFY_AutoLayout/Util": [
47         ]
48       }
49     }
50   ]