blob: 44e97f5f49164698de4c2d5bc1028687200b5cd1 [file] [log] [blame]
{
"name": "BrainCloudOpenSSL",
"version": "1.0.0",
"summary": "The open source openssl library version 1.0.1s. Keeps the project header include folder structure unlike the main cocoapods jsoncpp project.",
"homepage": "https://github.com/open-source-parsers/jsoncpp",
"platforms": {
"ios": "6.0",
"osx": "10.8",
"tvos": "9.0"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Preston Jennings": "prestonj@bitheads.com"
},
"source": {
"git": "https://github.com/getbraincloud/braincloud-openssl.git",
"tag": "1.0.0"
},
"header_dir": "openssl",
"source_files": "include/**/*.{h}",
"libraries": "c++",
"ios": {
"vendored_libraries": "lib/iOS/*.a"
},
"osx": {
"vendored_libraries": "lib/OSX/*.a"
},
"tvos": {
"vendored_libraries": "lib/tvOS/*.a"
}
}