Latest | 2.8.1.2 |
---|---|
Homepage | http://texturegroup.org |
License | Apache 2 |
Platforms | ios 9.0, tvos 9.0 |
Authors | , , , , |
Latest podspec
{ "name": "LRTexture", "version": "2.8.1.2", "license": { "type": "Apache 2" }, "homepage": "http://texturegroup.org", "authors": { "Huy Nguyen": "[email protected]", "Garrett Moon": "[email protected]", "Scott Goodson": "[email protected]", "Michael Schneider": "[email protected]", "Adlai Holler": "[email protected]" }, "summary": "Smooth asynchronous user interfaces for iOS apps.", "source": { "git": "https://github.com/karlcool/Texture.git", "tag": "2.8.1.2" }, "module_name": "AsyncDisplayKit", "header_dir": "AsyncDisplayKit", "documentation_url": "http://texturegroup.org/appledoc/", "platforms": { "ios": "9.0", "tvos": "9.0" }, "default_subspecs": [ "Core", "PINRemoteImage", "Video", "MapKit", "AssetsLibrary", "Photos" ], "social_media_url": "https://twitter.com/TextureiOS", "libraries": "c++", "pod_target_xcconfig": { "CLANG_CXX_LANGUAGE_STANDARD": "c++11", "CLANG_CXX_LIBRARY": "libc++" }, "subspecs": [ { "name": "Core", "compiler_flags": "-fno-exceptions -Wno-implicit-retain-self", "public_header_files": [ "Source/*.h", "Source/Details/**/*.h", "Source/Layout/**/*.h", "Source/Base/*.h", "Source/Debug/**/*.h", "Source/TextKit/ASTextNodeTypes.h", "Source/TextKit/ASTextKitComponents.h" ], "source_files": [ "Source/**/*.{h,mm}", "Source/TextKit/*.h" ] }, { "name": "PINRemoteImage", "dependencies": { "PINRemoteImage/iOS": [ "= 3.0.0-beta.13" ], "PINRemoteImage/PINCache": [], "LRTexture/Core": [] } }, { "name": "IGListKit", "dependencies": { "IGListKit": [ "~> 3.0" ], "LRTexture/Core": [] } }, { "name": "Yoga", "xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOGA=1" }, "dependencies": { "Yoga": [ "1.6.0" ], "LRTexture/Core": [] } }, { "name": "TextNode2", "xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_ENABLE_TEXTNODE=0" }, "dependencies": { "LRTexture/Core": [] } }, { "name": "Video", "frameworks": [ "AVFoundation", "CoreMedia" ], "xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_VIDEO=1" }, "dependencies": { "LRTexture/Core": [] } }, { "name": "MapKit", "frameworks": [ "CoreLocation", "MapKit" ], "xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_MAPKIT=1" }, "dependencies": { "LRTexture/Core": [] } }, { "name": "Photos", "frameworks": "Photos", "xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_PHOTOS=1" }, "dependencies": { "LRTexture/Core": [] } }, { "name": "AssetsLibrary", "frameworks": "AssetsLibrary", "xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_ASSETS_LIBRARY=1" }, "dependencies": { "LRTexture/Core": [] } } ] }
Sat, 08 Jun 2019 10:09:04 +0000