[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / a / 2 / 1 / libc++ / 5.0.1 / libc++.podspec.json
blob7151d90f9019b09caa81955e1d47c4c452097daf
2   "name": "libc++",
3   "version": "5.0.1",
4   "summary": "The missing libc++ headers in Xcode9 (Sigh).",
5   "description": "It seems Apple forgot to update libc++ in Xcode for a while. So I did.\nThe headers here are copied from homebrewed llvm@5 - which corresponding\nto Xcode9.",
6   "homepage": "http://github.com/youknowone/xcode-libcxx",
7   "license": {
8     "type": "UIUC",
9     "file": "CLANG_LICENSE.txt"
10   },
11   "authors": {
12     "Jeong Yunwon": "jeong@youknowone.org"
13   },
14   "social_media_url": "https://github.com/youknowone",
15   "source": {
16     "git": "https://github.com/youknowone/xcode-libcxx.git",
17     "tag": "5.0.1"
18   },
19   "source_files": [
20     "**",
21     "experimental/**"
22   ],
23   "exclude_files": [
24     "Makefile",
25     "*.podspec",
26     "CLANG_LICENSE.*"
27   ],
28   "public_header_files": [
29     "**",
30     "experimental/**"
31   ],
32   "platforms": {
33     "osx": null,
34     "ios": null,
35     "tvos": null,
36     "watchos": null
37   }