blob: 5c1525ea79ec917bb820ddd98ce6481b90b87055 [file] [log] [blame]
{
"name": "SoraKeystore",
"version": "0.1.4",
"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.4"
},
"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/**/*"
}
]
}