blob: 47960758c9d20e353f7e53d4b57ff83a700c1b45 [file] [log] [blame]
{
"name": "ParseLiveQuery",
"version": "1.0.1",
"license": {
"type": "BSD"
},
"summary": "Allows for subscriptions to queries in conjunction with parse-server.",
"homepage": "https://github.com/ParsePlatform/parse-server",
"authors": {
"Richard Ross": "richardross@fb.com",
"Nikita Lutsenko": "nlutsenko@me.com"
},
"source": {
"git": "https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Sources/ParseLiveQuery/**/*.swift",
"module_name": "ParseLiveQuery",
"dependencies": {
"Parse": [
],
"Bolts-Swift": [
],
"SocketRocket": [
]
}
}