blob: a168bedbc49f8f7be40c653fde46120c81b10753 [file] [log] [blame]
{
"name": "Feathers",
"version": "5.1.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.1.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": [
],
"Result": [
],
"ReactiveSwift": [
]
}
}
]
}