[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 9 / 0 / 7 / openssl-iosx / 3.2.0.0 / openssl-iosx.podspec.json
blobc11514c1e1a0f2b500a45fcfea2f45b7b0d62bc6
2   "name": "openssl-iosx",
3   "version": "3.2.0.0",
4   "summary": "OpenSSL",
5   "homepage": "https://github.com/apotocki/openssl-iosx",
6   "license": "Apache",
7   "authors": {
8     "Alexander Pototskiy": "alex.a.potocki@gmail.com"
9   },
10   "social_media_url": "https://www.linkedin.com/in/alexander-pototskiy",
11   "platforms": {
12     "osx": "11.0",
13     "ios": "13.4"
14   },
15   "osx": {
16     "pod_target_xcconfig": {
17       "ONLY_ACTIVE_ARCH": "YES"
18     }
19   },
20   "ios": {
21     "pod_target_xcconfig": {
22       "ONLY_ACTIVE_ARCH": "YES"
23     }
24   },
25   "static_framework": true,
26   "prepare_command": "sh scripts/build.sh",
27   "source": {
28     "git": "https://github.com/apotocki/openssl-iosx.git",
29     "tag": "3.2.0.0"
30   },
31   "header_mappings_dir": "frameworks/Headers",
32   "public_header_files": "frameworks/Headers/**/*.{h,H,c}",
33   "source_files": "frameworks/Headers/**/*.{h,H,c}",
34   "vendored_frameworks": [
35     "frameworks/ssl.xcframework",
36     "frameworks/crypto.xcframework"
37   ]