blob: c7c1e30bda574e66073bfc711acb497e1067f84e [file] [log] [blame]
{
"name": "RHBKit",
"version": "0.71",
"summary": "Mutable protocol. Predicates bulding and operators. Cancellable and core data operations. Casting, singletons and defer for Objective-C",
"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.71"
},
"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": "Utilities",
"source_files": "Sources/Utilities/**/*"
},
{
"name": "Mutable",
"source_files": "Sources/Mutable/**/*"
},
{
"name": "Extensions",
"source_files": "Sources/Extensions/**/*"
},
{
"name": "Predicates",
"source_files": "Sources/Predicates/**/*"
},
{
"name": "Operations",
"source_files": "Sources/Operations/**/*"
}
]
}