[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / e / 7 / ComponentKit / 0.13 / ComponentKit.podspec.json
blob1905ca547562cd19093d24149182ecff2495b563
2   "name": "ComponentKit",
3   "version": "0.13",
4   "summary": "A React-inspired view framework for iOS",
5   "homepage": "https://componentkit.org",
6   "authors": "adamjernst@fb.com",
7   "license": "BSD",
8   "source": {
9     "git": "https://github.com/facebook/ComponentKit.git",
10     "tag": "0.13"
11   },
12   "social_media_url": "https://twitter.com/componentkit",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "source_files": [
18     "ComponentKit/**/*",
19     "ComponentTextKit/**/*"
20   ],
21   "frameworks": [
22     "UIKit",
23     "CoreText"
24   ],
25   "libraries": "c++",
26   "xcconfig": {
27     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
28     "CLANG_CXX_LIBRARY": "libc++"
29   }