[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 8 / d / BrainCloudCurl / 1.0.1 / BrainCloudCurl.podspec.json
blobf191399a44c5293966aee80200a1ca5617124e13
2   "name": "BrainCloudCurl",
3   "version": "1.0.1",
4   "summary": "The open source libCurl library version 7.37.1.",
5   "homepage": "https://curl.haxx.se/libcurl/",
6   "platforms": {
7     "ios": "6.0",
8     "osx": "10.8",
9     "tvos": "9.0"
10   },
11   "license": {
12     "type": "MIT like",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Preston Jennings": "prestonj@bitheads.com"
17   },
18   "source": {
19     "git": "https://github.com/getbraincloud/braincloud-curl.git",
20     "tag": "1.0.1"
21   },
22   "header_dir": "curl",
23   "source_files": "include/**/*.{h}",
24   "libraries": [
25     "c++",
26     "z"
27   ],
28   "ios": {
29     "vendored_libraries": "lib/iOS/*.a"
30   },
31   "osx": {
32     "vendored_libraries": "lib/OSX/*.a"
33   },
34   "tvos": {
35     "vendored_libraries": "lib/tvOS/*.a"
36   },
37   "dependencies": {
38     "BrainCloudOpenSSL": [
40     ]
41   }