blob: fb5f711456dddc7b7bdfb88adcb5034fee608845 [file] [log] [blame]
{
"name": "BRStyle",
"version": "0.12.0",
"summary": "Basic color and font style framework for UIKit.",
"description": "BRStyle provides a basic style framework for application-wide\ncolors and fonts. It aims to make it easy to define a global\nstyle for your application, in a simple way.",
"homepage": "https://github.com/Blue-Rocket/BRStyle",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Matt Magoffin": "matt@bluerocket.us"
},
"social_media_url": "http://twitter.com/bluerocketinc",
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/Blue-Rocket/BRStyle.git",
"tag": "0.12.0"
},
"requires_arc": true,
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"source_files": "BRStyle/Code/BRStyle.h",
"dependencies": {
"BRStyle/Core": [
],
"BRStyle/UIBarButtonItem": [
],
"BRStyle/UIButton": [
],
"BRStyle/UINavigationBar": [
],
"BRStyle/UIToolbar": [
]
}
},
{
"name": "Core",
"source_files": [
"BRStyle/Code/Core.h",
"BRStyle/Code/Core"
]
},
{
"name": "UIBarButtonItem",
"source_files": "BRStyle/Code/UIBarButtonItem",
"dependencies": {
"BRStyle/Core": [
]
}
},
{
"name": "UIButton",
"source_files": "BRStyle/Code/UIButton",
"dependencies": {
"BRStyle/Core": [
]
}
},
{
"name": "UINavigationBar",
"source_files": "BRStyle/Code/UINavigationBar",
"dependencies": {
"BRStyle/Core": [
]
}
},
{
"name": "UIToolbar",
"source_files": "BRStyle/Code/UIToolbar",
"dependencies": {
"BRStyle/Core": [
]
}
}
]
}