[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 7 / 3 / TFoundation / 0.3.4 / TFoundation.podspec.json
blob68d7c19a38472ead10ff181cf5f5354b4ade3bcd
2   "name": "TFoundation",
3   "version": "0.3.4",
4   "summary": "工具库.包含所有工具(网络,缓存,偏好设置,类目)组件",
5   "description": "该项目仅供T11项目使用,项目包含APP中使用的底层工具函数",
6   "homepage": "http://git.myt11.com/t11_app/tfoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "t11": "yiyong.hu@myt11.com"
13   },
14   "source": {
15     "git": "git@git.myt11.com:t11_app/tfoundation.git",
16     "tag": "0.3.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "osx": {
26     "frameworks": "AppKit"
27   },
28   "frameworks": [
29     "Foundation",
30     "MobileCoreServices",
31     "CoreServices"
32   ],
33   "xcconfig": {
34     "OHTER_LINKER_FLAGS": "-OjbC"
35   },
36   "user_target_xcconfig": {
37     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
38   },
39   "subspecs": [
40     {
41       "name": "Internal",
42       "public_header_files": "TFoundation/Internal/*.h",
43       "source_files": "TFoundation/Internal/**/*"
44     },
45     {
46       "name": "Category",
47       "dependencies": {
48         "GTMBase64": [
50         ],
51         "JSONModel": [
53         ],
54         "TFoundation/Internal": [
56         ],
57         "TFoundation/DataSafe": [
59         ]
60       },
61       "public_header_files": "TFoundation/Category/*.h",
62       "source_files": "TFoundation/Category/**/*"
63     },
64     {
65       "name": "Hard",
66       "dependencies": {
67         "TFoundation/Internal": [
69         ]
70       },
71       "public_header_files": "TFoundation/Hard/*.h",
72       "source_files": "TFoundation/Hard/**/*"
73     },
74     {
75       "name": "DataSafe",
76       "dependencies": {
77         "TFoundation/Internal": [
79         ],
80         "TFoundation/Hard": [
82         ]
83       },
84       "public_header_files": "TFoundation/DataSafe/*.h",
85       "source_files": "TFoundation/DataSafe/**/*"
86     },
87     {
88       "name": "ArchiveData",
89       "dependencies": {
90         "TFoundation/Internal": [
92         ],
93         "TFoundation/FileManager": [
95         ]
96       },
97       "public_header_files": "TFoundation/ArchiveData/*.h",
98       "source_files": "TFoundation/ArchiveData/**/*"
99     },
100     {
101       "name": "FileManager",
102       "dependencies": {
103         "TFoundation/Internal": [
105         ]
106       },
107       "public_header_files": "TFoundation/FileManager/*.h",
108       "source_files": "TFoundation/FileManager/**/*"
109     },
110     {
111       "name": "Predicate",
112       "dependencies": {
113         "TFoundation/Internal": [
115         ]
116       },
117       "public_header_files": "TFoundation/Predicate/*.h",
118       "source_files": "TFoundation/Predicate/**/*"
119     },
120     {
121       "name": "Timer",
122       "dependencies": {
123         "TFoundation/Internal": [
125         ]
126       },
127       "public_header_files": "TFoundation/Timer/*.h",
128       "source_files": "TFoundation/Timer/**/*"
129     },
130     {
131       "name": "UserDefault",
132       "dependencies": {
133         "TFoundation/Internal": [
135         ]
136       },
137       "public_header_files": "TFoundation/UserDefault/*.h",
138       "source_files": "TFoundation/UserDefault/**/*"
139     },
140     {
141       "name": "Keychain",
142       "dependencies": {
143         "TFoundation/Internal": [
145         ]
146       },
147       "public_header_files": "TFoundation/Keychain/*.h",
148       "source_files": "TFoundation/Keychain/**/*"
149     },
150     {
151       "name": "Device",
152       "dependencies": {
153         "TFoundation/Internal": [
155         ],
156         "TFoundation/Keychain": [
158         ],
159         "TFoundation/Category": [
161         ]
162       },
163       "public_header_files": "TFoundation/Device/*.h",
164       "source_files": "TFoundation/Device/**/*"
165     },
166     {
167       "name": "Media",
168       "dependencies": {
169         "TFoundation/Internal": [
171         ]
172       },
173       "public_header_files": "TFoundation/Media/*.h",
174       "source_files": "TFoundation/Media/**/*",
175       "frameworks": "AudioToolBox"
176     },
177     {
178       "name": "Dealloc",
179       "dependencies": {
180         "TFoundation/Category": [
182         ]
183       },
184       "public_header_files": "TFoundation/Dealloc/*.h",
185       "source_files": "TFoundation/Dealloc/**/*"
186     }
187   ]