[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 7 / ComponentKit / 0.15.1 / ComponentKit.podspec.json
blob1f5a45c2456d8519b39bae8e09ab13b009124e49
2   "name": "ComponentKit",
3   "version": "0.15.1",
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.15.1"
12   },
13   "platforms": {
14     "ios": "8.1",
15     "tvos": "9.1"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "ComponentKit/**/*",
20     "ComponentTextKit/**/*"
21   ],
22   "frameworks": [
23     "UIKit",
24     "CoreText"
25   ],
26   "libraries": "c++",
27   "xcconfig": {
28     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
29     "CLANG_CXX_LIBRARY": "libc++"
30   }