1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "name": "OpenSSL",
- "version": "1.0.2.14",
- "summary": "OpenSSL for iOS and OS X",
- "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).",
- "homepage": "http://krzyzanowskim.github.io/OpenSSL/",
- "license": {
- "type": "OpenSSL (OpenSSL/SSLeay)",
- "file": "LICENSE.txt"
- },
- "source": {
- "git": "https://github.com/krzyzanowskim/OpenSSL.git",
- "tag": "1.0.2.14"
- },
- "authors": {
- "Mark J. Cox": "mark@openssl.org",
- "Ralf S. Engelschall": "rse@openssl.org",
- "Dr. Stephen Henson": "steve@openssl.org",
- "Ben Laurie": "ben@openssl.org",
- "Lutz Jänicke": "jaenicke@openssl.org",
- "Nils Larsch": "nils@openssl.org",
- "Richard Levitte": "nils@openssl.org",
- "Bodo Möller": "bodo@openssl.org",
- "Ulf Möller": "ulf@openssl.org",
- "Andy Polyakov": "appro@openssl.org",
- "Geoff Thorpe": "geoff@openssl.org",
- "Holger Reif": "holger@openssl.org",
- "Paul C. Sutton": "geoff@openssl.org",
- "Eric A. Young": "eay@cryptsoft.com",
- "Tim Hudson": "tjh@cryptsoft.com",
- "Justin Plouffe": "plouffe.justin@gmail.com"
- },
- "platforms": {
- "ios": "6.0",
- "osx": "10.8"
- },
- "ios": {
- "source_files": "include-ios/openssl/**/*.h",
- "public_header_files": "include-ios/openssl/**/*.h",
- "header_dir": "openssl",
- "preserve_paths": [
- "lib-ios/libcrypto.a",
- "lib-ios/libssl.a"
- ],
- "vendored_libraries": [
- "lib-ios/libcrypto.a",
- "lib-ios/libssl.a"
- ]
- },
- "osx": {
- "source_files": "include-macos/openssl/**/*.h",
- "public_header_files": "include-macos/openssl/**/*.h",
- "header_dir": "openssl",
- "preserve_paths": [
- "lib-macos/libcrypto.a",
- "lib-macos/libssl.a"
- ],
- "vendored_libraries": [
- "lib-macos/libcrypto.a",
- "lib-macos/libssl.a"
- ]
- },
- "libraries": [
- "ssl",
- "crypto"
- ],
- "requires_arc": false
- }
|