blob: d94ca10fc23d9d79e3daf41f8a992bdb58b5c282 [file] [log] [blame]
{
"name": "SoraKeystore",
"version": "0.1.5",
"summary": "A library to wrap logic related to keychain and user defaults.",
"homepage": "https://github.com/soramitsu",
"license": {
"type": "GPL 3.0",
"file": "LICENSE"
},
"authors": {
"ERussel": "emkil.russel@gmail.com"
},
"source": {
"git": "https://github.com/soramitsu/keystore-iOS.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "SoraKeystore/Classes/**/*",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*"
}
],
"swift_version": "5.0"
}