blob: 5187a391e4eefb854eb3e164ccd47a5e0b6e004d [file] [log] [blame]
{
"name": "RxQueryKit",
"version": "0.2.0",
"summary": "RxSwift extensions for dealing with QueryKit",
"homepage": "https://github.com/QueryKit/RxQueryKit",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/QueryKit/RxQueryKit.git",
"tag": "0.2.0"
},
"frameworks": [
"CoreData"
],
"source_files": "RxQueryKit/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"dependencies": {
"RxSwift": [
"2.0-alpha.2"
],
"QueryKit": [
"~> 0.11.0"
]
}
}