[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / a / 3 / e / Texture / 3.0.0-rc.2 / Texture.podspec.json
blob41e4e8c66fbcf806538235c853fc2c1bbc060468
2   "name": "Texture",
3   "version": "3.0.0-rc.2",
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.0.0-rc.2"
19   },
20   "module_name": "AsyncDisplayKit",
21   "header_dir": "AsyncDisplayKit",
22   "documentation_url": "http://texturegroup.org/appledoc/",
23   "platforms": {
24     "ios": "9.0",
25     "tvos": "9.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       "compiler_flags": "-fno-exceptions",
45       "public_header_files": [
46         "Source/*.h",
47         "Source/Details/**/*.h",
48         "Source/Layout/**/*.h",
49         "Source/Base/*.h",
50         "Source/Debug/**/*.h",
51         "Source/TextKit/ASTextNodeTypes.h",
52         "Source/TextKit/ASTextKitComponents.h"
53       ],
54       "source_files": [
55         "Source/**/*.{h,mm}",
56         "Source/TextKit/*.h"
57       ]
58     },
59     {
60       "name": "PINRemoteImage",
61       "dependencies": {
62         "PINRemoteImage/iOS": [
63           "~> 3.0.0"
64         ],
65         "PINRemoteImage/PINCache": [
67         ],
68         "Texture/Core": [
70         ]
71       }
72     },
73     {
74       "name": "IGListKit",
75       "dependencies": {
76         "IGListKit": [
77           "~> 4.0"
78         ],
79         "IGListDiffKit": [
80           "~> 4.0"
81         ],
82         "Texture/Core": [
84         ]
85       }
86     },
87     {
88       "name": "Yoga",
89       "xcconfig": {
90         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOGA=1"
91       },
92       "dependencies": {
93         "Yoga": [
94           "1.6.0"
95         ],
96         "Texture/Core": [
98         ]
99       }
100     },
101     {
102       "name": "TextNode2",
103       "xcconfig": {
104         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_ENABLE_TEXTNODE=0"
105       },
106       "dependencies": {
107         "Texture/Core": [
109         ]
110       }
111     },
112     {
113       "name": "Video",
114       "frameworks": [
115         "AVFoundation",
116         "CoreMedia"
117       ],
118       "xcconfig": {
119         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_VIDEO=1"
120       },
121       "dependencies": {
122         "Texture/Core": [
124         ]
125       }
126     },
127     {
128       "name": "MapKit",
129       "frameworks": [
130         "CoreLocation",
131         "MapKit"
132       ],
133       "xcconfig": {
134         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_MAPKIT=1"
135       },
136       "dependencies": {
137         "Texture/Core": [
139         ]
140       }
141     },
142     {
143       "name": "Photos",
144       "frameworks": "Photos",
145       "xcconfig": {
146         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_PHOTOS=1"
147       },
148       "dependencies": {
149         "Texture/Core": [
151         ]
152       }
153     },
154     {
155       "name": "AssetsLibrary",
156       "frameworks": "AssetsLibrary",
157       "xcconfig": {
158         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_ASSETS_LIBRARY=1"
159       },
160       "dependencies": {
161         "Texture/Core": [
163         ]
164       }
165     }
166   ]