[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / e / a / 2 / OpenSSL-Static / 1.0.2.c1 / OpenSSL-Static.podspec.json
blob78dc8c8329aa47bdd2c65975df5dc49807c2ef66
2   "name": "OpenSSL-Static",
3   "version": "1.0.2.c1",
4   "summary": "OpenSSL Static Libraries and CocoaPod for iOS and OSX",
5   "description": "OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in Mac OS and gone in iOS, this spec gives your project non-deprecated OpenSSL support. Supports OSX and iOS including Simulator (armv7, armv7s, arm64, i386, x86_64).",
6   "homepage": "https://github.com/bruceyibin/OpenSSL",
7   "social_media_url": "https://twitter.com/yiibin",
8   "license": {
9     "type": "OpenSSL (OpenSSL/SSLeay)",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/bruceyibin/OpenSSL.git",
14     "tag": "1.0.2.c1"
15   },
16   "authors": {
17     "Mark J. Cox": "mark@openssl.org",
18     "Ralf S. Engelschall": "rse@openssl.org",
19     "Dr. Stephen Henson": "steve@openssl.org",
20     "Ben Laurie": "ben@openssl.org",
21     "Lutz Jänicke": "jaenicke@openssl.org",
22     "Nils Larsch": "nils@openssl.org",
23     "Richard Levitte": "nils@openssl.org",
24     "Bodo Möller": "bodo@openssl.org",
25     "Ulf Möller": "ulf@openssl.org",
26     "Andy Polyakov": "appro@openssl.org",
27     "Geoff Thorpe": "geoff@openssl.org",
28     "Holger Reif": "holger@openssl.org",
29     "Paul C. Sutton": "geoff@openssl.org",
30     "Eric A. Young": "eay@cryptsoft.com",
31     "Tim Hudson": "tjh@cryptsoft.com",
32     "Justin Plouffe": "plouffe.justin@gmail.com"
33   },
34   "platforms": {
35     "ios": "6.0",
36     "osx": "10.8"
37   },
38   "ios": {
39     "source_files": "include-ios/openssl/**/*.h",
40     "public_header_files": "include-ios/openssl/**/*.h",
41     "header_dir": "openssl",
42     "preserve_paths": [
43       "lib-ios/libcrypto.a",
44       "lib-ios/libssl.a"
45     ],
46     "vendored_libraries": [
47       "lib-ios/libcrypto.a",
48       "lib-ios/libssl.a"
49     ]
50   },
51   "osx": {
52     "source_files": "include-osx/openssl/**/*.h",
53     "public_header_files": "include-osx/openssl/**/*.h",
54     "header_dir": "openssl",
55     "preserve_paths": [
56       "lib-osx/libcrypto.a",
57       "lib-osx/libssl.a"
58     ],
59     "vendored_libraries": [
60       "lib-osx/libcrypto.a",
61       "lib-osx/libssl.a"
62     ]
63   },
64   "libraries": [
65     "ssl",
66     "crypto"
67   ]