[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 6 / 9 / BrainCloudOpenSSL / 1.0.0 / BrainCloudOpenSSL.podspec.json
blob44e97f5f49164698de4c2d5bc1028687200b5cd1
2   "name": "BrainCloudOpenSSL",
3   "version": "1.0.0",
4   "summary": "The open source openssl library version 1.0.1s. Keeps the project header include folder structure unlike the main cocoapods jsoncpp project.",
5   "homepage": "https://github.com/open-source-parsers/jsoncpp",
6   "platforms": {
7     "ios": "6.0",
8     "osx": "10.8",
9     "tvos": "9.0"
10   },
11   "license": {
12     "type": "BSD",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Preston Jennings": "prestonj@bitheads.com"
17   },
18   "source": {
19     "git": "https://github.com/getbraincloud/braincloud-openssl.git",
20     "tag": "1.0.0"
21   },
22   "header_dir": "openssl",
23   "source_files": "include/**/*.{h}",
24   "libraries": "c++",
25   "ios": {
26     "vendored_libraries": "lib/iOS/*.a"
27   },
28   "osx": {
29     "vendored_libraries": "lib/OSX/*.a"
30   },
31   "tvos": {
32     "vendored_libraries": "lib/tvOS/*.a"
33   }