blob: 3225be8b1fd6923712be8aedb2b1feb1fb105282 [file] [log] [blame]
{
"name": "Feathers",
"version": "0.0.8",
"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-ios",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "startupthekid",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/startupthekid/feathers-ios.git",
"tag": "0.0.8"
},
"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}",
"dependencies": {
"Alamofire": [
"~> 4.4.0"
],
"Socket.IO-Client-Swift": [
"~> 8.3.3"
],
"KeychainSwift": [
],
"Result": [
]
},
"frameworks": "Foundation"
},
{
"name": "ReactiveSwift",
"source_files": "Feathers/ReactiveSwift/*{.swift}",
"dependencies": {
"Feathers/Core": [
],
"ReactiveSwift": [
"~> 1.1"
]
}
},
{
"name": "RxSwift",
"source_files": "Feathers/RxSwift/*{.swift}",
"dependencies": {
"Feathers/Core": [
],
"RxSwift": [
"~> 3.0"
]
}
}
]
}