blob: 4ccb2962dc381a73796666bb56de6d8487e8fb69 [file] [log] [blame]
{
"name": "FeathersSwiftRest",
"version": "3.0.1",
"summary": "REST transport provider for FeathersSwift",
"description": "REST provider for FeathersSwift for making HTTP connections to a\nFeathersJS backend.",
"homepage": "https://github.com/startupthekid/feathers-swift-rest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "startupthekid",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/startupthekid/feathers-swift-rest.git",
"tag": "3.0.1"
},
"default_subspecs": "Core",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "FeathersSwiftRest/Core/*.{swift}",
"frameworks": "Foundation",
"dependencies": {
"Result": [
],
"Feathers": [
],
"Alamofire": [
],
"ReactiveSwift": [
]
}
}
]
}