blob: 3bdf3459f329d9dc8a655b672c1a43cef4dc50d5 [file] [log] [blame]
{
"name": "RealmMeteor",
"version": "0.1.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 Siegesmund": "peter.siegesmund@icloud.com"
},
"source": {
"git": "https://github.com/siegesmund/RealmMeteor.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/psiegesmund",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RealmMeteor/**/*",
"dependencies": {
"RealmSwift": [
"0.95.3"
],
"SwiftDDP": [
"0.1.2"
],
"XCGLogger": [
]
}
}