blob: d463a13ceefc260f53dc123867f009fbf3e376f4 [file] [log] [blame]
{
"name": "RHBKit",
"version": "1.0.91",
"summary": "Orientation tracker. Data stack. Table background data source. Predicate operators. Objective-C defer, casting & singleton.",
"description": "Mutable protocol. Predicate operators. Cancellable and core data operations. Casting, singletons and defer for Objective-C 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": "1.0.91"
},
"social_media_url": "https://twitter.com/redhotbits",
"swift_version": "4.0",
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"tvos": "10.0",
"osx": "10.12"
},
"default_subspecs": "All/Core",
"subspecs": [
{
"name": "All",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*"
},
{
"name": "ObjC",
"source_files": "ObjC/**/*",
"dependencies": {
"RHBKit/All/Core": [
]
}
},
{
"name": "OrientationTracker",
"platforms": {
"ios": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/OrientationTracker/**/*",
"dependencies": {
"RHBKit/All/Core": [
]
}
},
{
"name": "UIKit",
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"tvos": "10.0"
},
"source_files": "Sources/UIKit/Core/**/*"
},
{
"name": "Extras",
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"source_files": "Sources/UIKit/Extras/**/*",
"dependencies": {
"RHBKit/All/Core": [
]
}
}
]
}
]
}
]
}