blob: 2287e8d4994e88f7861debd2695a41a8c7a5a90e [file] [log] [blame]
{
"name": "SoraKeystore",
"version": "0.1.3",
"summary": "A library to wrap logic related to keychain and user defaults.",
"homepage": "https://github.com/sora-xor",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"ERussel": "emkil.russel@gmail.com"
},
"source": {
"git": "https://github.com/sora-xor/Soramitsu-keystore-iOS.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"source_files": "SoraKeystore/Classes/**/*",
"swift_version": "4.2",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*"
}
]
}