blob: 5b8e20d7fbcf40833b06687cb047cf6bafa55599 [file] [log] [blame]
{
"name": "RHBKit",
"version": "0.69",
"summary": "Closures & predicates operators. Object Mutations. Deinit manager. Cancellable operations. Debug. CoreData extensions. Removable obsevrvers.",
"description": "Swift patterns for Foundation and CoreData. Cancellable BlockOperation. Smart obsevrvers. Operators for closures, predicates and more... Goal was to reduce overabstractions and keep it low level.",
"homepage": "https://github.com/sisoje/RHBKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lazar Otasevic": "redhotbits@gmail.com"
},
"source": {
"git": "https://github.com/sisoje/RHBKit.git",
"tag": "0.69"
},
"social_media_url": "https://twitter.com/redhotbits",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*"
},
{
"name": "Extensions",
"source_files": "Sources/Extensions/**/*",
"dependencies": {
"RHBKit/Core": [
]
}
},
{
"name": "Predicates",
"source_files": "Sources/Predicates/**/*"
},
{
"name": "Operations",
"source_files": "Sources/Operations/**/*"
}
]
}