blob: 23962cefa41b4e9eccbc8de7214884152d0ca322 [file] [log] [blame]
{
"name": "Feathers",
"version": "3.0.3",
"summary": "Swift framework for interacting with Featherjs apis",
"description": "Swift library for connecting to a FeathersJS backend.\n\nReactiveSwift and RxSwift extensions are available.",
"homepage": "https://github.com/startupthekid/feathers-swift",
"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.git",
"tag": "3.0.3"
},
"default_subspecs": "Core",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Feathers/Core/*.{swift}",
"frameworks": "Foundation",
"dependencies": {
"KeychainSwift": [
"8.0.2"
],
"Result": [
"3.2.2"
]
}
},
{
"name": "ReactiveSwift",
"source_files": "Feathers/ReactiveSwift/*{.swift}",
"dependencies": {
"Feathers/Core": [
],
"ReactiveSwift": [
"1.1.3"
]
}
},
{
"name": "RxSwift",
"source_files": "Feathers/RxSwift/*{.swift}",
"dependencies": {
"Feathers/Core": [
],
"RxSwift": [
"3.4.1"
]
}
}
]
}