[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / 8 / TFY_AutoLayout / 2.6.2 / TFY_AutoLayout.podspec.json
blob37031af8b230dcce9ef792185585a49a8debf121
2   "name": "TFY_AutoLayout",
3   "version": "2.6.2",
4   "summary": "简介高效,链式点语法布局工具",
5   "homepage": "https://github.com/13662049573/TFY_AutoLayout",
6   "license": "MIT",
7   "authors": {
8     "tianfengyou": "420144542@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/13662049573/TFY_AutoLayout.git",
12     "tag": "2.6.2"
13   },
14   "source_files": "TFY_AutoLayout/TFY_AutoLayout/TFY_AutoLayout.h",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.10",
18     "tvos": "10.0"
19   },
20   "ios": {
21     "frameworks": [
22       "Foundation",
23       "UIKit"
24     ]
25   },
26   "tvos": {
27     "frameworks": [
28       "Foundation",
29       "UIKit"
30     ]
31   },
32   "osx": {
33     "frameworks": [
34       "Foundation",
35       "AppKit"
36     ]
37   },
38   "xcconfig": {
39     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include"
40   },
41   "requires_arc": true,
42   "subspecs": [
43     {
44       "name": "Util",
45       "source_files": "TFY_AutoLayout/TFY_AutoLayout/Util/**/*.{h,m}"
46     },
47     {
48       "name": "IOS_Layout",
49       "dependencies": {
50         "TFY_AutoLayout/Util": [
52         ]
53       },
54       "source_files": "TFY_AutoLayout/TFY_AutoLayout/IOS_Layout/**/*.{h,m}"
55     },
56     {
57       "name": "MAC_Layout",
58       "dependencies": {
59         "TFY_AutoLayout/Util": [
61         ]
62       },
63       "source_files": "TFY_AutoLayout/TFY_AutoLayout/MAC_Layout/**/*.{h,m}"
64     }
65   ]