[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 8 / 5 / d / lzma-iosx / 5.4.2.1 / lzma-iosx.podspec.json
blob88748d499fa7a55d6a197603b24df50f01435de0
2   "name": "lzma-iosx",
3   "version": "5.4.2.1",
4   "summary": "LZMA XCFramework for macOS and iOS, including both arm64 and x86_64 builds for macOS and Simulator.",
5   "homepage": "https://github.com/apotocki/lzma-iosx",
6   "license": "BSD-3-Clause License",
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     "ios": "13.4",
13     "osx": "11.0"
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   "requires_arc": false,
27   "prepare_command": "sh scripts/build.sh",
28   "source": {
29     "git": "https://github.com/apotocki/lzma-iosx.git",
30     "tag": "5.4.2.1"
31   },
32   "header_mappings_dir": "frameworks/Headers",
33   "public_header_files": "frameworks/Headers/**/*.{h,H,c}",
34   "source_files": "frameworks/Headers/**/*.{h,H,c}",
35   "vendored_frameworks": "frameworks/lzma.xcframework"