[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 5 / 7 / lz4-iosx / 1.9.4.0 / lz4-iosx.podspec.json
blob49f852a3a2d281897e3f50514fbdc51abe817eb9
2   "name": "lz4-iosx",
3   "version": "1.9.4.0",
4   "summary": "LZ4 XCFramework for macOS and iOS, including both arm64 and x86_64 builds for macOS and Simulator.",
5   "homepage": "https://github.com/apotocki/lz4-iosx-iosx",
6   "license": "BSD 2-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/lz4-iosx.git",
30     "tag": "1.9.4.0"
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"