blob: bd47904e5d717a5c865e94a5272103ac8abdb66a [file] [log] [blame]
{
"name": "SwiftDDP",
"version": "0.3.0",
"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.3.0"
},
"social_media_url": "https://twitter.com/psiegesmund",
"requires_arc": true,
"platforms": {
"ios": "8.1"
},
"source_files": "SwiftDDP/**/*.swift",
"dependencies": {
"CryptoSwift": [
"~> 0.3"
],
"SwiftWebSocket": [
"~> 2.6.0"
],
"XCGLogger": [
]
}
}