blob: c8a6bf86a60179bb2c3a7294fec05b542366ea41 [file] [log] [blame]
{
"name": "SoraFoundation",
"version": "0.3.1",
"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.3.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"frameworks": "UIKit",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Example/Tests/**/*.swift",
"dependencies": {
"Cuckoo": [
]
}
}
],
"subspecs": [
{
"name": "Localization",
"dependencies": {
"SoraKeystore": [
"~> 0.1.5"
]
},
"source_files": "SoraFoundation/Classes/Localization/**/*"
},
{
"name": "Timer",
"dependencies": {
"SoraFoundation/NotificationHandlers": [
]
},
"source_files": "SoraFoundation/Classes/Timer/**/*"
},
{
"name": "NotificationHandlers",
"source_files": "SoraFoundation/Classes/NotificationHandlers/**/*"
},
{
"name": "QueryProcessing",
"source_files": "SoraFoundation/Classes/QueryProcessing/**/*"
},
{
"name": "DateProcessing",
"dependencies": {
"SoraFoundation/Localization": [
]
},
"source_files": "SoraFoundation/Classes/DateProcessing/**/*"
}
],
"swift_version": "5.0"
}