[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / f / 3 / Feathers / 4.0.0 / Feathers.podspec.json
blobf12f218f5ea8d8f7f4237b30cdff03a3c1e25149
2   "name": "Feathers",
3   "version": "4.0.0",
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": "4.0.0"
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         "PromiseKit": [
40           "4.2.0"
41         ]
42       }
43     },
44     {
45       "name": "ReactiveSwift",
46       "source_files": "Feathers/ReactiveSwift/*{.swift}",
47       "dependencies": {
48         "Feathers/Core": [
50         ],
51         "ReactiveSwift": [
52           "1.1.3"
53         ]
54       }
55     },
56     {
57       "name": "RxSwift",
58       "source_files": "Feathers/RxSwift/*{.swift}",
59       "dependencies": {
60         "Feathers/Core": [
62         ],
63         "RxSwift": [
64           "3.4.1"
65         ]
66       }
67     }
68   ]