[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 7 / 8 / TFY_AutoLayout / 2.5.6 / TFY_AutoLayout.podspec.json
blobd54af5ae1bc56e8d515cd190b99f0377b6d09cf1
2   "name": "TFY_AutoLayout",
3   "version": "2.5.6",
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     "osx": "10.10",
14     "tvos": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/13662049573/TFY_AutoLayout.git",
18     "tag": "2.5.6"
19   },
20   "source_files": "TFY_AutoLayout/TFY_AutoLayout/TFY_AutoLayout.h",
21   "ios": {
22     "frameworks": [
23       "Foundation",
24       "UIKit"
25     ]
26   },
27   "tvos": {
28     "frameworks": [
29       "Foundation",
30       "UIKit"
31     ]
32   },
33   "osx": {
34     "frameworks": [
35       "Foundation",
36       "AppKit"
37     ]
38   },
39   "requires_arc": true,
40   "subspecs": [
41     {
42       "name": "Util",
43       "source_files": "TFY_AutoLayout/TFY_AutoLayout/Util/**/*.{h,m}"
44     },
45     {
46       "name": "IOS_Layout",
47       "dependencies": {
48         "TFY_AutoLayout/Util": [
50         ]
51       },
52       "source_files": "TFY_AutoLayout/TFY_AutoLayout/IOS_Layout/**/*.{h,m}"
53     },
54     {
55       "name": "MAC_Layout",
56       "dependencies": {
57         "TFY_AutoLayout/Util": [
59         ]
60       },
61       "source_files": "TFY_AutoLayout/TFY_AutoLayout/MAC_Layout/**/*.{h,m}"
62     }
63   ]