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