[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 9 / 0 / 7 / openssl-iosx / 3.2.1.1 / openssl-iosx.podspec.json
blobb2af741fe28d8811ddb8c82619ed043a162d48c0
2   "name": "openssl-iosx",
3   "version": "3.2.1.1",
4   "summary": "OpenSSL libraries for macOS, iOS, and visionOS, including both arm64 and x86_64 builds for macOS, Mac Catalyst, iOS Simulator, and visionOS Simulator.",
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     "visionos": "1.0"
15   },
16   "osx": {
17     "pod_target_xcconfig": {
18       "ONLY_ACTIVE_ARCH": "YES"
19     }
20   },
21   "ios": {
22     "pod_target_xcconfig": {
23       "ONLY_ACTIVE_ARCH": "YES"
24     }
25   },
26   "visionos": {
27     "pod_target_xcconfig": {
28       "ONLY_ACTIVE_ARCH": "YES"
29     }
30   },
31   "static_framework": true,
32   "prepare_command": "sh scripts/build.sh",
33   "source": {
34     "git": "https://github.com/apotocki/openssl-iosx.git",
35     "tag": "3.2.1.1"
36   },
37   "header_mappings_dir": "frameworks/Headers",
38   "public_header_files": "frameworks/Headers/**/*.{h,H,c}",
39   "source_files": "frameworks/Headers/**/*.{h,H,c}",
40   "vendored_frameworks": [
41     "frameworks/ssl.xcframework",
42     "frameworks/crypto.xcframework"
43   ]