blob: 96bae64f765cf5db42a93a84a18567023c8e22b8 [file] [log] [blame]
{
"name": "ReactiveSwiftCoreData",
"version": "0.8.0",
"summary": "ReactiveSwift wrapper on CoreData",
"description": "Add reactive extension on NSManagedObjectContext to observe context changes.",
"homepage": "https://github.com/marshallxxx/ReactiveSwiftCoreData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"marshallxxx": "nicolaevevghenii@gmail.com"
},
"source": {
"git": "https://github.com/marshallxxx/ReactiveSwiftCoreData.git",
"tag": "0.8.0"
},
"social_media_url": "https://twitter.com/ENicolaev",
"platforms": {
"ios": "9.3"
},
"source_files": "ReactiveSwiftCoreData/Classes/**/*",
"dependencies": {
"ReactiveSwift": [
"~> 3.1"
]
}
}