blob: 54bd76326f3b5c65f6fa45a4ce1ec9ee83fe2b0b [file] [log] [blame]
{
"name": "DevolutionsCrypto",
"version": "0.1.9",
"summary": "A CocoaPods library for Devolutions crypto",
"description": "This CocoaPods library is for the Swift binding of the Devolutions crypto lib",
"homepage": "https://github.com/SebAubin/DevolutionsCrypto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sebastien Aubin": "spicheaubin@devolutions.net"
},
"platforms": {
"ios": "10"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/SebAubin/DevolutionsCrypto.git",
"tag": "0.1.9"
},
"source_files": "DevolutionsCrypto/**/*.{h,m,swift}",
"vendored_libraries": "DevolutionsCrypto/Rust/*.a",
"xcconfig": {
"ARCHS": "x86_64 arm64",
"VALID_ARCHS": "x86_64 arm64"
},
"swift_version": "4.2"
}