blob: 6745824ed6f5dc5f98d6260015d4f38f43c3363b [file] [log] [blame]
{
"name": "BrainCloudCurl",
"version": "1.0.0",
"summary": "The open source libCurl library version 7.37.1.",
"homepage": "https://curl.haxx.se/libcurl/",
"platforms": {
"ios": "6.0",
"osx": "10.8",
"tvos": "9.0"
},
"license": {
"type": "MIT like",
"file": "LICENSE"
},
"authors": {
"Preston Jennings": "prestonj@bitheads.com"
},
"source": {
"git": "https://github.com/getbraincloud/braincloud-curl.git",
"tag": "1.0.0"
},
"header_dir": "curl",
"source_files": "include/**/*.{h}",
"libraries": [
"c++",
"z"
],
"ios": {
"vendored_libraries": "lib/iOS/*.a"
},
"osx": {
"vendored_libraries": "lib/OSX/*.a"
},
"tvos": {
"vendored_libraries": "lib/tvOS/*.a"
},
"dependencies": {
"BrainCloudOpenSSL": [
]
}
}