blob: 7151d90f9019b09caa81955e1d47c4c452097daf [file] [log] [blame]
{
"name": "libc++",
"version": "5.0.1",
"summary": "The missing libc++ headers in Xcode9 (Sigh).",
"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.",
"homepage": "http://github.com/youknowone/xcode-libcxx",
"license": {
"type": "UIUC",
"file": "CLANG_LICENSE.txt"
},
"authors": {
"Jeong Yunwon": "jeong@youknowone.org"
},
"social_media_url": "https://github.com/youknowone",
"source": {
"git": "https://github.com/youknowone/xcode-libcxx.git",
"tag": "5.0.1"
},
"source_files": [
"**",
"experimental/**"
],
"exclude_files": [
"Makefile",
"*.podspec",
"CLANG_LICENSE.*"
],
"public_header_files": [
"**",
"experimental/**"
],
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}