blob: 6c605011433a786ad3080ebe4aec3a7ae63e7c91 [file] [log] [blame]
{
"name": "Keychain83",
"version": "0.0.1",
"summary": "Simple kaychain utility for iOS.",
"homepage": "https://github.com/seriyvolk83/keychain",
"license": {
"type": "MIT"
},
"authors": {
"seriyvolk83": "volk@frgroup.ru"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/seriyvolk83/keychain.git",
"tag": "0.0.1"
},
"source_files": "Source/*.swift",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift"
}
],
"swift_version": "5.0"
}