blob: 43990105dbe93e289c80aa9b0555dca90f45c0f7 [file] [log] [blame]
{
"name": "SwiftUmbral",
"version": "0.5",
"summary": "Umbral proxy re-encryption implementation in vanilla Swift for iOS ans macOS",
"description": "Umbral proxy re-encryption implementation in vanilla Swift, intended for mobile developers of privacy related apps.",
"homepage": "https://github.com/shamatar/SwiftUmbral",
"license": "Apache License 2.0",
"authors": {
"Alex Vlasov": "alex.m.vlasov@gmail.com"
},
"source": {
"git": "https://github.com/shamatar/SwiftUmbral.git",
"tag": "0.5"
},
"social_media_url": "https://twitter.com/shamatar",
"swift_version": "4.1",
"module_name": "SwiftUmbral",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"public_header_files": "SwiftUmbral/SwiftUmbral.h",
"source_files": [
"SwiftUmbral/Classes/*.,swift, SwiftUmbral/SwiftUmbral.h",
"SwiftUmbral/SwiftUmbral.h"
],
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"dependencies": {
"BigInt": [
"~> 3.1"
],
"EllipticSwift": [
"~> 2.0.3"
],
"CryptoSwift": [
"~> 0.12"
]
}
}