blob: acb1cdaf17d19c4b99fa48423bae3cbbd7699ad9 [file] [log] [blame]
{
"name": "DevolutionsCrypto",
"version": "0.4.0",
"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": "11.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/SebAubin/DevolutionsCrypto.git",
"tag": "0.4.0"
},
"source_files": "DevolutionsCrypto/**/*.{h,m,swift}",
"vendored_libraries": "DevolutionsCrypto/Rust/*.a",
"swift_version": "4.2"
}