blob: 24ad83865a53601b014c87c92ab9cdc67f7299b7 [file] [log] [blame]
{
"name": "SoraFoundation",
"version": "0.1.0",
"summary": "Implementation of commonly used algorithms to avoid boilerplate code.",
"description": "Library contains implementation of commonly used algorithms to reduce duplicated and boilerplate code.",
"homepage": "https://github.com/soramitsu",
"license": {
"type": "GPL 3.0",
"file": "LICENSE"
},
"authors": {
"ERussel": "emkil.russel@gmail.com"
},
"source": {
"git": "https://github.com/soramitsu/Foundation-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Example/Tests/**/*.swift"
}
],
"subspecs": [
{
"name": "InMemoryStorage",
"dependencies": {
"SoraKeystore": [
]
},
"source_files": "SoraFoundation/Classes/InMemoryStorage/**/*"
},
{
"name": "Localization",
"dependencies": {
"SoraKeystore": [
]
},
"source_files": "SoraFoundation/Classes/Localization/**/*"
}
],
"swift_version": "5.0"
}