blob: 80e2725797ee35cdea8eaf356884efea03d6b2c7 [file] [log] [blame]
{
"name": "RHBKit",
"version": "0.2.9",
"summary": "Just some bunch of tricks to make some standard stuff easier...",
"description": "TODO: Add long description of the pod here. Just some bunch of tricks to make some standard stuff easier...",
"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.2.9"
},
"social_media_url": "https://twitter.com/redhotbits",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"default_subspecs": "Basic",
"platforms": {
"ios": "10.0"
},
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Foundation",
"source_files": "Classes/Foundation/**/*",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0"
}
},
{
"name": "CoreData",
"source_files": "Classes/CoreData/**/*",
"frameworks": "CoreData",
"dependencies": {
"RHBKit/Foundation": [
]
},
"platforms": {
"ios": "10.0"
}
},
{
"name": "UIKit",
"source_files": "Classes/UIKit/**/*",
"frameworks": "UIKit",
"dependencies": {
"RHBKit/Foundation": [
]
},
"platforms": {
"ios": "10.0"
}
},
{
"name": "Push",
"source_files": "Classes/Push/**/*",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0"
}
},
{
"name": "All",
"dependencies": {
"RHBKit/Foundation": [
],
"RHBKit/CoreData": [
],
"RHBKit/UIKit": [
],
"RHBKit/Push": [
]
}
},
{
"name": "Basic",
"dependencies": {
"RHBKit/Foundation": [
],
"RHBKit/CoreData": [
]
}
}
]
}