[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / e / 7 / ComponentKit / 0.27 / ComponentKit.podspec.json
blob6b9db04c7d574ce5e9fed90ed306473064c6ee55
2   "name": "ComponentKit",
3   "version": "0.27",
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.27"
12   },
13   "platforms": {
14     "ios": "8.1"
15   },
16   "requires_arc": true,
17   "source_files": [
18     "ComponentKit/**/*",
19     "ComponentTextKit/**/*"
20   ],
21   "exclude_files": [
22     "ComponentKit/Info.plist"
23   ],
24   "frameworks": [
25     "UIKit",
26     "CoreText"
27   ],
28   "libraries": "c++",
29   "xcconfig": {
30     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++14",
31     "CLANG_CXX_LIBRARY": "libc++"
32   },
33   "dependencies": {
34     "Yoga": [
35       "~> 1.14"
36     ]
37   }