blob: 8ed5ab079f8defd5f1fe09b1432b44ec4c4dc202 [file] [log] [blame]
{
"name": "SwiftySRP",
"version": "3.0",
"platforms": {
"ios": "9.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Swift implementation of SRP",
"homepage": "https://github.com/flockoffiles/SwiftySRP",
"authors": "Sergey Novitsky",
"source": {
"git": "https://github.com/flockoffiles/SwiftySRP.git",
"tag": "v3.0"
},
"source_files": [
"SwiftySRP/*.{h,swift}",
"imath/*.{c,h}"
],
"module_map": "SwiftySRP/module.modulemap",
"public_header_files": "SwiftySRP/**/*.h",
"private_header_files": "imath/*.h",
"documentation_url": "https://github.com/flockoffiles/SwiftySRP/",
"dependencies": {
"FFDataWrapper": [
"~> 2.0"
]
},
"swift_versions": "5.0",
"preserve_paths": [
"README",
"SwiftySRPTests/*.swift"
],
"swift_version": "5.0"
}