blob: 1a3e83635cd2ea868702ef4ea05a86784d5b4b1e [file] [log] [blame]
{
"name": "SwiftDDP",
"version": "0.0.2",
"summary": "A DDP Client for communicating with Meteor servers, written in Swift",
"description": "A DDP Client for communicating with DDP Servers (Meteor JS), written in Swift",
"homepage": "https://github.com/siegesmund/SwiftDDP",
"license": "MIT",
"authors": {
"Peter": "peter.siegesmund@icloud.com"
},
"source": {
"git": "https://github.com/siegesmund/SwiftDDP.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"CryptoSwift": [
],
"SwiftWebSocket": [
],
"XCGLogger": [
]
}
}