blob: a1281b543512642189bf9c6e78d0045dceceaf9d [file] [log] [blame]
{
"name": "ParseLiveQuery",
"version": "2.3.0",
"license": {
"type": "BSD"
},
"summary": "Allows for subscriptions to queries in conjunction with parse-server.",
"homepage": "http://parseplatform.org",
"social_media_url": "https://twitter.com/ParsePlatform",
"authors": {
"Parse Community": "info@parseplatform.org",
"Richard Ross": "richardross@fb.com",
"Nikita Lutsenko": "nlutsenko@me.com",
"Florent Vilmart": "florent@flovilmart.com"
},
"source": {
"git": "https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX.git",
"tag": "2.3.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": "Sources/ParseLiveQuery/**/*.{swift,h}",
"module_name": "ParseLiveQuery",
"dependencies": {
"Parse": [
"~> 1.16.0"
],
"Bolts-Swift": [
"~> 1.3.0"
],
"Starscream": [
"~> 3.0.4"
]
},
"pushed_with_swift_version": "3.0"
}