blob: 2b3e9105fbd28b9456a6dca76f054f14faf62169 [file] [log] [blame]
{
"name": "BrynKit",
"platforms": {
"ios": "5.1"
},
"version": "1.2.6",
"authors": {
"bryn austin bellomy": "bryn.bellomy@gmail.com"
},
"summary": "Macros and helpers for logging, debugging, and metaprogramming.",
"homepage": "http://brynbellomy.github.com/BrynKit",
"license": {
"type": "WTFPL",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/brynbellomy/BrynKit.git",
"tag": "v1.2.6",
"submodules": true
},
"requires_arc": true,
"dependencies": {
"libextobjc/EXTScope": [
">= 0.2.5"
],
"ObjectiveSugar": [
]
},
"default_subspecs": [
"Main"
],
"subspecs": [
{
"name": "Main",
"source_files": [
"Main/*.{m,h}",
"UIColor/*.{m,h}"
],
"frameworks": [
"ImageIO",
"QuartzCore"
]
},
{
"name": "MBProgressHUD",
"source_files": "MBProgressHUD/*.{h,m}",
"dependencies": {
"MBProgressHUD": [
],
"BrynKit/Main": [
]
}
},
{
"name": "RACHelpers",
"source_files": "RACHelpers/*.{m,h}",
"dependencies": {
"ReactiveCocoa": [
">= 1.8.0"
],
"BrynKit/Main": [
],
"BrynKit/EDColor": [
]
}
},
{
"name": "RACDispatchTimer",
"source_files": "RACDispatchTimer/*.{h,m}",
"dependencies": {
"BrynKit/RACHelpers": [
],
"BrynKit/SEDispatchSource": [
],
"ReactiveCocoa": [
">= 1.8.0"
],
"BrynKit/Main": [
]
}
},
{
"name": "GCDThreadsafe",
"source_files": "GCDThreadsafe/*.{m,h}",
"dependencies": {
"BrynKit/Main": [
]
}
},
{
"name": "SEDispatchSource",
"source_files": "SEDispatchSource/*.{m,h}",
"dependencies": {
"BrynKit/Main": [
]
}
},
{
"name": "MemoryLogging",
"source_files": "MemoryLogging/*.{m,h}",
"dependencies": {
"BrynKit/EDColor": [
],
"BrynKit/Main": [
]
}
},
{
"name": "EDColor",
"source_files": "EDColor/*.{m,h}",
"dependencies": {
"EDColor": [
],
"BrynKit/Main": [
]
}
},
{
"name": "CocoaLumberjack",
"source_files": "CocoaLumberjack/*.{m,h}",
"dependencies": {
"CocoaLumberjack": [
],
"BrynKit/Main": [
],
"BrynKit/EDColor": [
]
}
},
{
"name": "RRFPSBar",
"source_files": "RRFPSBar/*.{h,m}",
"dependencies": {
"BrynKit/Main": [
]
}
},
{
"name": "MGBoxHelpers",
"source_files": "MGBoxHelpers/*.{h,m}",
"dependencies": {
"BrynKit/Main": [
],
"MGBox2": [
]
}
},
{
"name": "SEGradientSwatch",
"source_files": "SEGradientSwatch/*.{h,m}",
"dependencies": {
"BrynKit/Main": [
]
}
}
]
}