[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 7 / 8 / TFY_AutoLayout / 2.5.8 / TFY_AutoLayout.podspec.json
blob29bd35565ed29e8d0b87184fb5777f2a2dbf302a
2   "name": "TFY_AutoLayout",
3   "version": "2.5.8",
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.8"
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   "xcconfig": {
40     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include"
41   },
42   "requires_arc": true,
43   "subspecs": [
44     {
45       "name": "Util",
46       "source_files": "TFY_AutoLayout/TFY_AutoLayout/Util/**/*.{h,m}"
47     },
48     {
49       "name": "IOS_Layout",
50       "dependencies": {
51         "TFY_AutoLayout/Util": [
53         ]
54       },
55       "source_files": "TFY_AutoLayout/TFY_AutoLayout/IOS_Layout/**/*.{h,m}"
56     },
57     {
58       "name": "MAC_Layout",
59       "dependencies": {
60         "TFY_AutoLayout/Util": [
62         ]
63       },
64       "source_files": "TFY_AutoLayout/TFY_AutoLayout/MAC_Layout/**/*.{h,m}"
65     }
66   ]