blob: b4bbf57cb8006e5554d495ac34e4f82837a6572f [file] [log] [blame]
{
"name": "SwiftDDP",
"version": "0.4.1",
"summary": "A DDP Client for communicating with Meteor servers, written in Swift. Supports OAuth login with Facebook, Google, Twitter & Github.",
"description": "A DDP Client for communicating with DDP Servers (Meteor JS), written in Swift. Supports OAuth authentication with Facebook, Google, Twitter & Github.",
"homepage": "https://github.com/siegesmund/SwiftDDP",
"license": "MIT",
"authors": {
"Peter Siegesmund": "peter.siegesmund@icloud.com"
},
"source": {
"git": "https://github.com/siegesmund/SwiftDDP.git",
"tag": "0.4.1"
},
"social_media_url": "https://twitter.com/psiegesmund",
"requires_arc": true,
"platforms": {
"ios": "8.1"
},
"source_files": "SwiftDDP/**/*.swift",
"dependencies": {
"CryptoSwift": [
"~> 0.6.6"
],
"SwiftWebSocket": [
"~> 2.6.5"
],
"XCGLogger": [
]
},
"pushed_with_swift_version": "3.0"
}