[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / e / b / 1 / ServiceProvider / 2.0.0 / ServiceProvider.podspec.json
blobb9b5fba1d30ff83bd9285278d39ab0f35a20ca6d
2   "name": "ServiceProvider",
3   "version": "2.0.0",
4   "summary": "ServiceProvider use the idea of micro services to create expecialized services, like ones to store and load data from UserDefaults.",
5   "description": "ServiceProvider is a library to implement the default methods to maintain stored data",
6   "homepage": "https://github.com/umobi/ServiceProvider",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "brennobemoura": "brenno@umobi.com.br"
13   },
14   "source": {
15     "git": "https://github.com/umobi/ServiceProvider.git",
16     "tag": "2.0.0"
17   },
18   "swift_versions": "5.2",
19   "platforms": {
20     "tvos": "10.0",
21     "ios": "10.0",
22     "watchos": "4.0",
23     "osx": "10.13"
24   },
25   "source_files": "Sources/ServiceProvider/**/*",
26   "dependencies": {
27     "RxSwift": [
28       ">= 5.0",
29       "< 6.0.0"
30     ],
31     "RxCocoa": [
32       ">= 5.0",
33       "< 6.0.0"
34     ],
35     "KeychainAccess": [
36       ">= 4.0.0",
37       "< 5.0.0"
38     ]
39   },
40   "swift_version": "5.2"