[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / b / 1 / ServiceProvider / 1.2.0 / ServiceProvider.podspec.json
blob4f957d90356714ffb2b45d436bd22d378bae9c59
2   "name": "ServiceProvider",
3   "version": "1.2.0",
4   "summary": "ServiceProvider keeps your data near from our code",
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": "1.2.0"
17   },
18   "swift_versions": "5.1",
19   "platforms": {
20     "tvos": "10.0",
21     "ios": "10.0",
22     "watchos": "4.0"
23   },
24   "source_files": "Sources/ServiceProvider/Classes/**/*",
25   "dependencies": {
26     "RxSwift": [
27       "~> 5.0"
28     ],
29     "RxCocoa": [
30       "~> 5.0"
31     ],
32     "KeychainAccess": [
33       ">= 3.2",
34       "<= 4.1.0"
35     ]
36   },
37   "swift_version": "5.1"