blob: 05c97b1d423002cbe9fe9f730ce6ed2865e5322b [file] [log] [blame]
{
"name": "RHBKit",
"version": "0.62",
"summary": "Closures & predicates operators. Object Mutations. Deinit manager. Cancellable operations. Debug. CoreData extensions. Smart 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.62"
},
"social_media_url": "https://twitter.com/redhotbits",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "Foundation",
"source_files": "Sources/Foundation/**/*",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0"
}
},
{
"name": "CoreData",
"source_files": "Sources/CoreData/**/*",
"frameworks": "CoreData",
"dependencies": {
"RHBKit/Foundation": [
]
},
"platforms": {
"ios": "10.0"
}
},
{
"name": "UIKit",
"source_files": "Sources/UIKit/**/*",
"frameworks": "UIKit",
"dependencies": {
"RHBKit/Foundation": [
]
},
"platforms": {
"ios": "10.0"
}
},
{
"name": "All",
"dependencies": {
"RHBKit/Foundation": [
],
"RHBKit/CoreData": [
],
"RHBKit/UIKit": [
]
}
}
]
}