[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / e / 7 / ComponentKit / 0.24 / ComponentKit.podspec.json
blob254caa7e748ce8fa463d6afa12e0629baaae6dd0
2   "name": "ComponentKit",
3   "version": "0.24",
4   "license": "BSD",
5   "summary": "A React-inspired view framework for iOS",
6   "homepage": "https://componentkit.org",
7   "social_media_url": "https://twitter.com/componentkit",
8   "authors": "adamjernst@fb.com",
9   "source": {
10     "git": "https://github.com/facebook/ComponentKit.git",
11     "tag": "0.24"
12   },
13   "platforms": {
14     "ios": "8.1"
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": "gnu++14",
28     "CLANG_CXX_LIBRARY": "libc++"
29   },
30   "dependencies": {
31     "Yoga": [
32       "~> 1.6"
33     ]
34   }