[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / c / 7 / 1 / OpenSSL-Apple / 1.1.0h / OpenSSL-Apple.podspec.json
blobdf5bb403cf83bc9574c3c1547a8ca8968e1b7cd7
2   "name": "OpenSSL-Apple",
3   "version": "1.1.0h",
4   "summary": "A script for compiling OpenSSL for Apple Devices",
5   "authors": [
6     "Felix Schulze",
7     "Davide De Rosa"
8   ],
9   "homepage": "https://github.com/keeshux/OpenSSL-Apple",
10   "source": {
11     "git": "https://github.com/keeshux/OpenSSL-Apple",
12     "tag": "1.0"
13   },
14   "license": {
15     "type": "Apache",
16     "file": "LICENSE"
17   },
18   "prepare_command": "./build-libssl.sh --version=1.1.0h\n./create-openssl-framework.sh dynamic",
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0",
22     "osx": "10.11"
23   },
24   "ios": {
25     "vendored_frameworks": "frameworks/iPhone/openssl.framework"
26   },
27   "tvos": {
28     "vendored_frameworks": "frameworks/AppleTV/openssl.framework"
29   },
30   "osx": {
31     "vendored_frameworks": "frameworks/MacOSX/openssl.framework"
32   },
33   "requires_arc": false