[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / 3 / e / Texture / 3.2.0 / Texture.podspec.json
blobaca59c8113a05ab8af2babe9fccc5759fedb80fb
2   "name": "Texture",
3   "version": "3.2.0",
4   "license": {
5     "type": "Apache 2"
6   },
7   "homepage": "http://texturegroup.org",
8   "authors": {
9     "Huy Nguyen": "hi@huynguyen.dev",
10     "Garrett Moon": "garrett@excitedpixel.com",
11     "Scott Goodson": "scottgoodson@gmail.com",
12     "Michael Schneider": "mischneider1@gmail.com",
13     "Adlai Holler": "adlai@icloud.com"
14   },
15   "summary": "Smooth asynchronous user interfaces for iOS apps.",
16   "source": {
17     "git": "https://github.com/TextureGroup/Texture.git",
18     "tag": "3.2.0"
19   },
20   "module_name": "AsyncDisplayKit",
21   "header_dir": "AsyncDisplayKit",
22   "documentation_url": "http://texturegroup.org/appledoc/",
23   "platforms": {
24     "ios": "14.0",
25     "tvos": "14.0"
26   },
27   "default_subspecs": [
28     "Core",
29     "PINRemoteImage",
30     "Video",
31     "MapKit",
32     "AssetsLibrary",
33     "Photos"
34   ],
35   "social_media_url": "https://twitter.com/TextureiOS",
36   "libraries": "c++",
37   "pod_target_xcconfig": {
38     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
39     "CLANG_CXX_LIBRARY": "libc++"
40   },
41   "subspecs": [
42     {
43       "name": "Core",
44       "platforms": {
45         "ios": "14.0",
46         "tvos": "14.0"
47       },
48       "compiler_flags": "-fno-exceptions",
49       "public_header_files": [
50         "Source/*.h",
51         "Source/Details/**/*.h",
52         "Source/Layout/**/*.h",
53         "Source/Base/*.h",
54         "Source/Debug/**/*.h",
55         "Source/TextKit/ASTextNodeTypes.h",
56         "Source/TextKit/ASTextKitComponents.h",
57         "Source/TextExperiment/Component/*.h",
58         "Source/TextExperiment/String/ASTextAttribute.h"
59       ],
60       "source_files": [
61         "Source/**/*.{h,mm}",
62         "Source/TextKit/*.h"
63       ]
64     },
65     {
66       "name": "PINRemoteImage",
67       "platforms": {
68         "ios": "14.0",
69         "tvos": "14.0"
70       },
71       "dependencies": {
72         "PINRemoteImage/iOS": [
73           "~> 3.0.0"
74         ],
75         "PINRemoteImage/PINCache": [
77         ],
78         "Texture/Core": [
80         ]
81       }
82     },
83     {
84       "name": "IGListKit",
85       "platforms": {
86         "ios": "14.0",
87         "tvos": "14.0"
88       },
89       "dependencies": {
90         "IGListKit": [
91           "~> 4.0"
92         ],
93         "IGListDiffKit": [
94           "~> 4.0"
95         ],
96         "Texture/Core": [
98         ]
99       }
100     },
101     {
102       "name": "Yoga",
103       "platforms": {
104         "ios": "14.0"
105       },
106       "xcconfig": {
107         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOGA=1"
108       },
109       "dependencies": {
110         "Yoga": [
111           "~> 2.0"
112         ],
113         "Texture/Core": [
115         ]
116       }
117     },
118     {
119       "name": "TextNode2",
120       "platforms": {
121         "ios": "14.0",
122         "tvos": "14.0"
123       },
124       "xcconfig": {
125         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_ENABLE_TEXTNODE=0"
126       },
127       "dependencies": {
128         "Texture/Core": [
130         ]
131       }
132     },
133     {
134       "name": "Video",
135       "platforms": {
136         "ios": "14.0",
137         "tvos": "14.0"
138       },
139       "frameworks": [
140         "AVFoundation",
141         "CoreMedia"
142       ],
143       "xcconfig": {
144         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_VIDEO=1"
145       },
146       "dependencies": {
147         "Texture/Core": [
149         ]
150       }
151     },
152     {
153       "name": "MapKit",
154       "platforms": {
155         "ios": "14.0",
156         "tvos": "14.0"
157       },
158       "frameworks": [
159         "CoreLocation",
160         "MapKit"
161       ],
162       "xcconfig": {
163         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_MAPKIT=1"
164       },
165       "dependencies": {
166         "Texture/Core": [
168         ]
169       }
170     },
171     {
172       "name": "Photos",
173       "platforms": {
174         "ios": "14.0",
175         "tvos": "14.0"
176       },
177       "frameworks": "Photos",
178       "xcconfig": {
179         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_PHOTOS=1"
180       },
181       "dependencies": {
182         "Texture/Core": [
184         ]
185       }
186     },
187     {
188       "name": "AssetsLibrary",
189       "platforms": {
190         "ios": "14.0",
191         "tvos": "14.0"
192       },
193       "ios": {
194         "frameworks": "AssetsLibrary",
195         "xcconfig": {
196           "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_ASSETS_LIBRARY=1"
197         }
198       },
199       "dependencies": {
200         "Texture/Core": [
202         ]
203       }
204     }
205   ]