blob: 5cc22e7d48ce00ac0e8607ca28ff75758085f28f [file] [log] [blame]
{
"name": "Feathers",
"version": "0.0.1",
"summary": "Swift framework for interacting with featherjs apis",
"description": "Swift library for connecting to a FeathersJS backend",
"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.1"
},
"source_files": "Feathers/*.{swift}",
"dependencies": {
"Result": [
"~> 3.2"
],
"PromiseKit": [
"~> 4.0"
],
"Alamofire": [
"~> 4.4"
],
"ReactiveSwift": [
"~> 1.1"
],
"Socket.IO-Client-Swift": [
"~> 8.3.3"
]
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
},
"pushed_with_swift_version": "3.0"
}