blob: 3a4763177127b3f70a6624382f6b2e5fa6c1ce33 [file] [log] [blame]
{
"name": "Feathers",
"version": "5.0.1",
"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": "5.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": "Feathers/Core/*.{swift}",
"frameworks": "Foundation",
"dependencies": {
"KeychainSwift": [
"8.0.2"
],
"Result": [
],
"ReactiveSwift": [
]
}
}
]
}