blob: 315af28139c845c3759589b26f61aed0f8a2f95b [file] [log] [blame]
{
"name": "RHBKit",
"version": "0.1.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.1.9"
},
"social_media_url": "https://twitter.com/redhotbits",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"default_subspecs": "All",
"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": "All",
"dependencies": {
"RHBKit/Foundation": [
],
"RHBKit/CoreData": [
],
"RHBKit/UIKit": [
]
}
}
]
}