[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / 7 / FeathersSwiftRest / 3.0.1 / FeathersSwiftRest.podspec.json
blob4ccb2962dc381a73796666bb56de6d8487e8fb69
2   "name": "FeathersSwiftRest",
3   "version": "3.0.1",
4   "summary": "REST transport provider for FeathersSwift",
5   "description": "REST provider for FeathersSwift for making HTTP connections to a\nFeathersJS backend.",
6   "homepage": "https://github.com/startupthekid/feathers-swift-rest",
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-rest.git",
20     "tag": "3.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": "FeathersSwiftRest/Core/*.{swift}",
31       "frameworks": "Foundation",
32       "dependencies": {
33         "Result": [
35         ],
36         "Feathers": [
38         ],
39         "Alamofire": [
41         ],
42         "ReactiveSwift": [
44         ]
45       }
46     }
47   ]