blob: b7c0fd79cc04c84af62665b59be41f0fd857b557 [file] [log] [blame]
{
"name": "CoreDataNotification",
"version": "0.1.2",
"summary": "Lightweight notification observer written in pure Swift for CoreData.",
"description": "Lightweight notification observer for CoreData using Generics to provide more compile confidence, source elegent, less code.\n\nRxSwift extensions exist as well.\nInstructions and documents are in [the README](https://github.com/HocTran/CoreDataNotification/)",
"homepage": "https://github.com/HocTran/CoreDataNotification",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HocTran": "tranhoc78@gmail.com"
},
"source": {
"git": "https://github.com/HocTran/CoreDataNotification.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*"
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/**/*",
"dependencies": {
"CoreDataNotification/Core": [
],
"RxSwift": [
"~> 3.0"
]
}
}
]
}