[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / c / a / Sodium11up / 0.9.2 / Sodium11up.podspec.json
blobd4ef1c30429cf28a9036a2514f5e3f6ae02bde4b
2   "name": "Sodium11up",
3   "version": "0.9.2",
4   "swift_versions": "5.0",
5   "license": {
6     "type": "ISC",
7     "file": "LICENSE"
8   },
9   "summary": "Swift-Sodium provides a safe and easy to use interface to perform common cryptographic operations on Apple platforms.",
10   "homepage": "https://github.com/keithacn/swift-sodium",
11   "authors": {
12     "Keith ACN": ""
13   },
14   "source": {
15     "git": "https://github.com/keithacn/swift-sodium.git",
16     "tag": "0.9.2"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.13",
21     "watchos": "5.0"
22   },
23   "source_files": "Sodium/**/*.{swift,h}",
24   "private_header_files": "Sodium/libsodium/*.h",
25   "pod_target_xcconfig": {
26     "SWIFT_INCLUDE_PATHS": "$(inherited) \"${PODS_XCFRAMEWORKS_BUILD_DIR}/Clibsodium\""
27   },
28   "user_target_xcconfig": {
29     "SWIFT_INCLUDE_PATHS": "$(inherited) \"${PODS_XCFRAMEWORKS_BUILD_DIR}/Clibsodium\""
30   },
31   "requires_arc": true,
32   "vendored_frameworks": "Clibsodium.xcframework",
33   "swift_version": "5.0"