3 "version": "3.0.0-rc.2",
7 "homepage": "http://texturegroup.org",
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"
15 "summary": "Smooth asynchronous user interfaces for iOS apps.",
17 "git": "https://github.com/TextureGroup/Texture.git",
20 "module_name": "AsyncDisplayKit",
21 "header_dir": "AsyncDisplayKit",
22 "documentation_url": "http://texturegroup.org/appledoc/",
35 "social_media_url": "https://twitter.com/TextureiOS",
37 "pod_target_xcconfig": {
38 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
39 "CLANG_CXX_LIBRARY": "libc++"
44 "compiler_flags": "-fno-exceptions",
45 "public_header_files": [
47 "Source/Details/**/*.h",
48 "Source/Layout/**/*.h",
50 "Source/Debug/**/*.h",
51 "Source/TextKit/ASTextNodeTypes.h",
52 "Source/TextKit/ASTextKitComponents.h"
60 "name": "PINRemoteImage",
62 "PINRemoteImage/iOS": [
65 "PINRemoteImage/PINCache": [
90 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOGA=1"
104 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_ENABLE_TEXTNODE=0"
119 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_VIDEO=1"
134 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_MAPKIT=1"
144 "frameworks": "Photos",
146 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_PHOTOS=1"
155 "name": "AssetsLibrary",
156 "frameworks": "AssetsLibrary",
158 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_ASSETS_LIBRARY=1"