[Add] CookieOvenWebtoon 3.2.6
[CocoaPods.git] / Specs / a / 3 / e / Texture / 3.1.0 / Texture.podspec.json
blob5d284e4e9e6b5af9b622b1ac392ce77a61042296
2   "name": "Texture",
3   "version": "3.1.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.1.0"
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         "Source/TextExperiment/Component/*.h",
54         "Source/TextExperiment/String/ASTextAttribute.h"
55       ],
56       "source_files": [
57         "Source/**/*.{h,mm}",
58         "Source/TextKit/*.h"
59       ]
60     },
61     {
62       "name": "PINRemoteImage",
63       "dependencies": {
64         "PINRemoteImage/iOS": [
65           "~> 3.0.0"
66         ],
67         "PINRemoteImage/PINCache": [
69         ],
70         "Texture/Core": [
72         ]
73       }
74     },
75     {
76       "name": "IGListKit",
77       "dependencies": {
78         "IGListKit": [
79           "~> 4.0"
80         ],
81         "IGListDiffKit": [
82           "~> 4.0"
83         ],
84         "Texture/Core": [
86         ]
87       }
88     },
89     {
90       "name": "Yoga",
91       "xcconfig": {
92         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOGA=1"
93       },
94       "dependencies": {
95         "Yoga": [
96           "1.6.0"
97         ],
98         "Texture/Core": [
100         ]
101       }
102     },
103     {
104       "name": "TextNode2",
105       "xcconfig": {
106         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_ENABLE_TEXTNODE=0"
107       },
108       "dependencies": {
109         "Texture/Core": [
111         ]
112       }
113     },
114     {
115       "name": "Video",
116       "frameworks": [
117         "AVFoundation",
118         "CoreMedia"
119       ],
120       "xcconfig": {
121         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_VIDEO=1"
122       },
123       "dependencies": {
124         "Texture/Core": [
126         ]
127       }
128     },
129     {
130       "name": "MapKit",
131       "frameworks": [
132         "CoreLocation",
133         "MapKit"
134       ],
135       "xcconfig": {
136         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_MAPKIT=1"
137       },
138       "dependencies": {
139         "Texture/Core": [
141         ]
142       }
143     },
144     {
145       "name": "Photos",
146       "frameworks": "Photos",
147       "xcconfig": {
148         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_PHOTOS=1"
149       },
150       "dependencies": {
151         "Texture/Core": [
153         ]
154       }
155     },
156     {
157       "name": "AssetsLibrary",
158       "ios": {
159         "frameworks": "AssetsLibrary",
160         "xcconfig": {
161           "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_ASSETS_LIBRARY=1"
162         }
163       },
164       "dependencies": {
165         "Texture/Core": [
167         ]
168       }
169     }
170   ]