[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / d / 9 / RenderCore / 0.31 / RenderCore.podspec.json
blob06eab887284d4c5bbe2d4d917338449ffd21800c
2   "name": "RenderCore",
3   "version": "0.31",
4   "license": "BSD",
5   "summary": "Base library for ComponentKit",
6   "homepage": "https://componentkit.org",
7   "authors": "adamjernst@fb.com",
8   "source": {
9     "git": "https://github.com/facebook/ComponentKit.git",
10     "tag": "0.31"
11   },
12   "platforms": {
13     "ios": "8.1"
14   },
15   "requires_arc": true,
16   "source_files": "RenderCore/**/*.{h,m,mm}",
17   "frameworks": "UIKit",
18   "libraries": "c++",
19   "xcconfig": {
20     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++14",
21     "CLANG_CXX_LIBRARY": "libc++"
22   }