blob: 547e23b45f1652de1c2cd48e88350f7392110edf [file] [log] [blame]
{
"name": "Texture",
"version": "2.7",
"license": {
"type": "BSD and Apache 2"
},
"homepage": "http://texturegroup.org",
"authors": {
"Huy Nguyen": "huy@pinterest.com",
"Garrett Moon": "garrett@excitedpixel.com",
"Scott Goodson": "scottgoodson@gmail.com",
"Michael Schneider": "schneider@pinterest.com",
"Adlai Holler": "adlai@pinterest.com"
},
"summary": "Smooth asynchronous user interfaces for iOS apps.",
"source": {
"git": "https://github.com/TextureGroup/Texture.git",
"tag": "2.7"
},
"module_name": "AsyncDisplayKit",
"header_dir": "AsyncDisplayKit",
"documentation_url": "http://texturegroup.org/appledoc/",
"ios": {
"weak_frameworks": "AssetsLibrary"
},
"weak_frameworks": [
"Photos",
"MapKit"
],
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"default_subspecs": "PINRemoteImage",
"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",
"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,m,mm}",
"Base/*.{h,m}",
"Source/TextKit/*.h"
]
},
{
"name": "PINRemoteImage",
"dependencies": {
"PINRemoteImage/iOS": [
"= 3.0.0-beta.13"
],
"PINRemoteImage/PINCache": [
],
"Texture/Core": [
]
}
},
{
"name": "IGListKit",
"dependencies": {
"IGListKit": [
"~> 3.0"
],
"Texture/Core": [
]
}
},
{
"name": "Yoga",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOGA=1"
},
"dependencies": {
"Yoga": [
"1.6.0"
],
"Texture/Core": [
]
}
}
]
}