blob: 1f5a45c2456d8519b39bae8e09ab13b009124e49 [file] [log] [blame]
{
"name": "ComponentKit",
"version": "0.15.1",
"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.15.1"
},
"platforms": {
"ios": "8.1",
"tvos": "9.1"
},
"requires_arc": true,
"source_files": [
"ComponentKit/**/*",
"ComponentTextKit/**/*"
],
"frameworks": [
"UIKit",
"CoreText"
],
"libraries": "c++",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}