[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 2 / f / 3 / Feathers / 3.0.3 / Feathers.podspec.json
blob23962cefa41b4e9eccbc8de7214884152d0ca322
2   "name": "Feathers",
3   "version": "3.0.3",
4   "summary": "Swift framework for interacting with Featherjs apis",
5   "description": "Swift library for connecting to a FeathersJS backend.\n\nReactiveSwift and RxSwift extensions are available.",
6   "homepage": "https://github.com/startupthekid/feathers-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "startupthekid",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "tvos": "9.0",
16     "watchos": "2.0"
17   },
18   "source": {
19     "git": "https://github.com/startupthekid/feathers-swift.git",
20     "tag": "3.0.3"
21   },
22   "default_subspecs": "Core",
23   "pod_target_xcconfig": {
24     "OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
25   },
26   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Feathers/Core/*.{swift}",
31       "frameworks": "Foundation",
32       "dependencies": {
33         "KeychainSwift": [
34           "8.0.2"
35         ],
36         "Result": [
37           "3.2.2"
38         ]
39       }
40     },
41     {
42       "name": "ReactiveSwift",
43       "source_files": "Feathers/ReactiveSwift/*{.swift}",
44       "dependencies": {
45         "Feathers/Core": [
47         ],
48         "ReactiveSwift": [
49           "1.1.3"
50         ]
51       }
52     },
53     {
54       "name": "RxSwift",
55       "source_files": "Feathers/RxSwift/*{.swift}",
56       "dependencies": {
57         "Feathers/Core": [
59         ],
60         "RxSwift": [
61           "3.4.1"
62         ]
63       }
64     }
65   ]