blob: 68afb92fa3191959da1b6d8fd067a874e3478298 [file] [log] [blame]
{
"name": "ServiceProvider",
"version": "1.1.1",
"summary": "ServiceProvider keeps your data near from our code",
"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": "1.1.1"
},
"swift_versions": "5.1",
"platforms": {
"tvos": "10.0",
"ios": "10.0",
"watchos": "4.0"
},
"source_files": "ServiceProvider/Classes/**/*",
"dependencies": {
"RxSwift": [
">= 4.5",
"<= 5.0"
],
"RxCocoa": [
">= 4.5",
"<= 5.0"
],
"KeychainAccess": [
">= 3.2",
"<= 4.1.0"
]
},
"swift_version": "5.1"
}