blob: b9b5fba1d30ff83bd9285278d39ab0f35a20ca6d [file] [log] [blame]
{
"name": "ServiceProvider",
"version": "2.0.0",
"summary": "ServiceProvider use the idea of micro services to create expecialized services, like ones to store and load data from UserDefaults.",
"description": "ServiceProvider is a library to implement the default methods to maintain stored data",
"homepage": "https://github.com/umobi/ServiceProvider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"brennobemoura": "brenno@umobi.com.br"
},
"source": {
"git": "https://github.com/umobi/ServiceProvider.git",
"tag": "2.0.0"
},
"swift_versions": "5.2",
"platforms": {
"tvos": "10.0",
"ios": "10.0",
"watchos": "4.0",
"osx": "10.13"
},
"source_files": "Sources/ServiceProvider/**/*",
"dependencies": {
"RxSwift": [
">= 5.0",
"< 6.0.0"
],
"RxCocoa": [
">= 5.0",
"< 6.0.0"
],
"KeychainAccess": [
">= 4.0.0",
"< 5.0.0"
]
},
"swift_version": "5.2"
}