blob: dbb6822fb7b4dcd02c8c83ee64acc075ce432201 [file] [log] [blame]
{
"name": "ServiceProvider",
"version": "1.1.0-beta2",
"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.0-beta2"
},
"swift_versions": "5.1",
"platforms": {
"ios": "8.0"
},
"source_files": "ServiceProvider/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.5"
],
"RxCocoa": [
"~> 4.5"
],
"KeychainAccess": [
"~> 3.2.0"
]
},
"swift_version": "5.1"
}