[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 2 / f / 3 / Feathers / 0.0.73 / Feathers.podspec.json
blob67f95a7cffb79427d652118e653512ce53db5a50
2   "name": "Feathers",
3   "version": "0.0.73",
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-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "startupthekid",
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.10",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/startupthekid/feathers-ios.git",
19     "tag": "0.0.73"
20   },
21   "default_subspecs": "Core",
22   "pod_target_xcconfig": {
23     "OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
24   },
25   "pushed_with_swift_version": "3.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Feathers/Core/*.{swift}",
30       "dependencies": {
31         "Alamofire": [
32           "~> 4.4.0"
33         ],
34         "Socket.IO-Client-Swift": [
35           "~> 8.3.3"
36         ],
37         "KeychainSwift": [
39         ],
40         "Result": [
42         ]
43       },
44       "frameworks": "Foundation"
45     },
46     {
47       "name": "ReactiveSwift",
48       "source_files": "Feathers/ReactiveSwift/*{.swift}",
49       "dependencies": {
50         "Feathers/Core": [
52         ],
53         "ReactiveSwift": [
54           "~> 1.1"
55         ]
56       }
57     },
58     {
59       "name": "RxSwift",
60       "source_files": "Feathers/RxSwift/*{.swift}",
61       "dependencies": {
62         "Feathers/Core": [
64         ],
65         "RxSwift": [
66           "~> 3.0"
67         ]
68       }
69     }
70   ]