[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / f / 3 / Feathers / 5.0.1 / Feathers.podspec.json
blob3a4763177127b3f70a6624382f6b2e5fa6c1ce33
2   "name": "Feathers",
3   "version": "5.0.1",
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": "5.0.1"
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": [
38         ],
39         "ReactiveSwift": [
41         ]
42       }
43     }
44   ]