blob: 48d87c0e0e31b8e1d6e2c36c5bbe42ac44a5b703 [file] [log] [blame]
{
"name": "csync-swift",
"version": "1.4.1",
"summary": "Contextual Sync (CSync) SDK for iOS/macOS/tvOS",
"description": "Contextual Sync (CSync) is an open source, real-time, continuous data synchronization service for building modern applications. The CSync data store is organized with key/values where keys have a hierarchical structure. Clients can obtain the current value for a key and any subsequent updates by listening on the key. Updates are delivered to all online clients in near-real time. Clients can also listen on a key pattern where some components contain wildcards.",
"homepage": "http://csync.io",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"dfirsht": "dfirsht@us.ibm.com"
},
"source": {
"git": "https://github.com/csync/csync-swift.git",
"tag": "1.4.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*",
"dependencies": {
"SwiftWebSocket": [
"~> 2.6.0"
],
"SQLite.swift": [
"~> 0.11.0"
]
},
"pushed_with_swift_version": "3.1"
}