blob: acfeb28d36b48cab61195f69b5b0e5d07e7b1d45 [file] [log] [blame]
{
"name": "ComponentKit",
"version": "0.23",
"license": "BSD",
"summary": "A React-inspired view framework for iOS",
"homepage": "https://componentkit.org",
"social_media_url": "https://twitter.com/componentkit",
"authors": "adamjernst@fb.com",
"source": {
"git": "https://github.com/facebook/ComponentKit.git",
"tag": "0.23"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": [
"ComponentKit/**/*",
"ComponentTextKit/**/*"
],
"frameworks": [
"UIKit",
"CoreText"
],
"libraries": "c++",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++14",
"CLANG_CXX_LIBRARY": "libc++"
},
"dependencies": {
"Yoga": [
"~> 1.6"
]
}
}