43 lines
943 B
JSON
43 lines
943 B
JSON
{
|
|
"name": "Kuru",
|
|
"version": "0.0.3",
|
|
"summary": "Kuru is the easy way to manipulating ui data from a server in SwiftUI.",
|
|
"description": "Kuru is the easy way to manipulating ui data from a server in SwiftUI.",
|
|
"homepage": "https://github.com/zalazara/Kuru",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"Alejandro Zalazar": "azalazar@outlook.com.ar"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/zalazara/Kuru.git",
|
|
"tag": "0.0.3"
|
|
},
|
|
"platforms": {
|
|
"ios": "13.0"
|
|
},
|
|
"source_files": "Sources/**/*.swift",
|
|
"swift_versions": "5.7",
|
|
"testspecs": [
|
|
{
|
|
"name": "Tests",
|
|
"test_type": "unit",
|
|
"source_files": "Tests/KuruTests/**/*.swift",
|
|
"dependencies": {
|
|
"Quick": [
|
|
"~> 3.1"
|
|
],
|
|
"Nimble": [
|
|
"~> 9.0"
|
|
]
|
|
},
|
|
"platforms": {
|
|
"ios": "13.0"
|
|
}
|
|
}
|
|
],
|
|
"swift_version": "5.7"
|
|
}
|