[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / d / 8 / openssl-ios-bitcode-ii / 1.0.215 / openssl-ios-bitcode-ii.podspec.json
blobb3267a0ea3a1400d007ba7eb4508af9ba0366a19
2   "name": "openssl-ios-bitcode-ii",
3   "version": "1.0.215",
4   "summary": "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.",
5   "authors": "OpenSSL Project <openssl-dev@openssl.org>",
6   "homepage": "https://github.com/DaveDude/OpenSSL-Pod.git",
7   "license": {
8     "type": "OpenSSL (OpenSSL/SSLeay)",
9     "file": "LICENSE"
10   },
11   "source": {
12     "http": "https://www.openssl.org/source/openssl-1.0.2o.tar.gz",
13     "sha1": "a47faaca57b47a0d9d5fb085545857cc92062691"
14   },
15   "source_files": "opensslIncludes/openssl/*.h",
16   "header_dir": "openssl",
17   "prepare_command": "VERSION=\"1.0.2o\"\nSDKVERSION=`xcrun --sdk iphoneos --show-sdk-version 2> /dev/null`\nMIN_SDKVERSION=\"7.0\"\n\nBASEPATH=\"${PWD}\"\nCURRENTPATH=\"${TMPDIR}/openssl\"\nARCHS=\"i386 x86_64 armv7 arm64\"\nDEVELOPER=`xcode-select -print-path`\n\nmkdir -p \"${CURRENTPATH}\"\nmkdir -p \"${CURRENTPATH}/${VERSION}\"\nmkdir -p \"${CURRENTPATH}/bin\"\n\ncp -r . \"${CURRENTPATH}/${VERSION}\"\ncd \"${CURRENTPATH}/${VERSION}\"\n \nfor ARCH in ${ARCHS}\ndo\n  CONFIGURE_FOR=\"iphoneos-cross\"\n\n  if [ \"${ARCH}\" == \"i386\" ] || [ \"${ARCH}\" == \"x86_64\" ] ;\n  then\n    PLATFORM=\"iPhoneSimulator\"\n    if [ \"${ARCH}\" == \"x86_64\" ] ;\n    then\n      CONFIGURE_FOR=\"darwin64-x86_64-cc\"\n    fi\n  else\n    sed -ie \"s!static volatile sig_atomic_t intr_signal;!static volatile intr_signal;!\" \"crypto/ui/ui_openssl.c\"\n    PLATFORM=\"iPhoneOS\"\n  fi\n\n  export CROSS_TOP=\"${DEVELOPER}/Platforms/${PLATFORM}.platform/Developer\"\n  export CROSS_SDK=\"${PLATFORM}${SDKVERSION}.sdk\"\n\n  echo \"Building openssl-${VERSION} for ${PLATFORM} ${SDKVERSION} ${ARCH}\"\n  echo \"Please stand by...\"\n\n  export CC=\"${DEVELOPER}/usr/bin/gcc -arch ${ARCH} -miphoneos-version-min=${MIN_SDKVERSION} -fembed-bitcode\"\n  mkdir -p \"${CURRENTPATH}/bin/${PLATFORM}${SDKVERSION}-${ARCH}.sdk\"\n  LOG=\"${CURRENTPATH}/bin/${PLATFORM}${SDKVERSION}-${ARCH}.sdk/build-openssl-${VERSION}.log\"\n\n  LIPO_LIBSSL=\"${LIPO_LIBSSL} ${CURRENTPATH}/bin/${PLATFORM}${SDKVERSION}-${ARCH}.sdk/lib/libssl.a\"\n  LIPO_LIBCRYPTO=\"${LIPO_LIBCRYPTO} ${CURRENTPATH}/bin/${PLATFORM}${SDKVERSION}-${ARCH}.sdk/lib/libcrypto.a\"\n\n  ./Configure ${CONFIGURE_FOR} --openssldir=\"${CURRENTPATH}/bin/${PLATFORM}${SDKVERSION}-${ARCH}.sdk\" > \"${LOG}\" 2>&1\n  sed -ie \"s!^CFLAG=!CFLAG=-isysroot ${CROSS_TOP}/SDKs/${CROSS_SDK} !\" \"Makefile\"\n\n  make >> \"${LOG}\" 2>&1\n  make all install_sw >> \"${LOG}\" 2>&1\n  make clean >> \"${LOG}\" 2>&1\ndone\n\n\necho \"Build library...\"\nrm -rf \"${BASEPATH}/lib/\"\nmkdir -p \"${BASEPATH}/lib/\"\nlipo -create ${LIPO_LIBSSL}    -output \"${BASEPATH}/lib/libssl.a\"\nlipo -create ${LIPO_LIBCRYPTO} -output \"${BASEPATH}/lib/libcrypto.a\"\n\necho \"Copying headers...\"\nrm -rf \"${BASEPATH}/opensslIncludes/\"\nmkdir -p \"${BASEPATH}/opensslIncludes/\"\ncp -RL \"${CURRENTPATH}/${VERSION}/include/openssl\" \"${BASEPATH}/opensslIncludes/\"\n\ncd \"${BASEPATH}\"\necho \"Building done.\"\n\necho \"Cleaning up...\"\nrm -rf \"${CURRENTPATH}\"\necho \"Done.\"",
18   "platforms": {
19     "ios": null
20   },
21   "public_header_files": "opensslIncludes/openssl/*.h",
22   "vendored_libraries": [
23     "lib/libcrypto.a",
24     "lib/libssl.a"
25   ],
26   "libraries": [
27     "crypto",
28     "ssl"
29   ],
30   "requires_arc": false