[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / a / 4 / f / provide / 0.4.0 / provide.podspec.json
blob8f7a19cecd941d0dc366a9cfa987d6c768050dd3
2   "name": "provide",
3   "version": "0.4.0",
4   "summary": "Provide Swift client library",
5   "swift_version": "4.2",
6   "description": "Provide Swift client library.",
7   "homepage": "https://github.com/provideservices/provide-swift",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "kthomas": "kyle@provide.services",
14     "muncman": "kevin@provide.services"
15   },
16   "source": {
17     "git": "https://github.com/provideservices/provide-swift.git",
18     "tag": "0.4.0"
19   },
20   "platforms": {
21     "ios": "10.3"
22   },
23   "source_files": "Sources/**/*.swift",
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.0"
27     ],
28     "AlamofireObjectMapper": [
29       "~> 5.0"
30     ],
31     "ObjectMapper": [
32       "~> 3.0"
33     ],
34     "JWTDecode": [
35       "~> 2.0"
36     ],
37     "UICKeyChainStore": [
38       "~> 2.1"
39     ]
40   }