[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 1 / f / Sodium-Fork / 0.8.2 / Sodium-Fork.podspec.json
blobe480610fe6f6c300793d93cf57534b3fdab89e85
2   "name": "Sodium-Fork",
3   "module_name": "Sodium",
4   "version": "0.8.2",
5   "license": {
6     "type": "ISC",
7     "file": "LICENSE"
8   },
9   "summary": "A temporary fork of Swift-Sodium to workaround a CocoaPods validation issue",
10   "description": "There is an issue with the Sodium.podspec when working with the Xcode 12 toolchain due the build setting changes in preparation for Apple Silicon.\nIf you use Sodium as a consumer, you can work around it in the the `Podfile`, but if Sodium is one of the dependencies of your pod, it will fail to pass the `pod spec lint` validation until the fix is pushed upstream.\n\nIn the meantime, you can use this fork in your `.podspec`:\n\n```diff\n- spec.dependency \"Sodium\"\n+ spec.dependency \"Sodium-Fork\", \"0.8.2\"\n```\n\n**Warning** The `0.8.2` setup only works with CocoaPods 1.9.3 and Xcode 12.0.\nBoth CocoaPods 1.10.0 and Xcode 12.2 have changes that result in failed validation.",
11   "homepage": "https://github.com/mokagio/swift-sodium",
12   "social_media_url": "https://twitter.com/mokagio",
13   "authors": {
14     "Frank Denis": ""
15   },
16   "source": {
17     "git": "https://github.com/mokagio/swift-sodium.git",
18     "tag": "0.8.2"
19   },
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.11",
23     "watchos": "5.0"
24   },
25   "ios": {
26     "vendored_libraries": "Sodium/libsodium/libsodium-ios.a"
27   },
28   "osx": {
29     "vendored_libraries": "Sodium/libsodium/libsodium-osx.a"
30   },
31   "watchos": {
32     "vendored_libraries": "Sodium/libsodium/libsodium-watchos.a"
33   },
34   "source_files": "Sodium/**/*.{swift,h}",
35   "private_header_files": "Sodium/libsodium/*.h",
36   "preserve_paths": "Sodium/libsodium/module.modulemap",
37   "pod_target_xcconfig": {
38     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sodium/libsodium",
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
40     "EXCLUDED_ARCHS[sdk=watchsimulator*]": "arm64"
41   },
42   "user_target_xcconfig": {
43     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
44     "EXCLUDED_ARCHS[sdk=watchsimulator*]": "arm64"
45   },
46   "requires_arc": true