blob: 206d1b48793ac14cb2ddab36c66691b2eb976360 [file] [log] [blame]
{
"name": "BRStyle",
"version": "0.9.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.9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "All",
"source_files": "BRStyle/Code/BRStyle.h",
"dependencies": {
"BRStyle/Core": [
],
"BRStyle/RestKit": [
]
}
},
{
"name": "Core",
"source_files": [
"BRStyle/Code/Core.h",
"BRStyle/Code/Core"
]
},
{
"name": "RestKit",
"source_files": [
"BRStyle/Code/RestKit.h",
"BRFCore/Code/RestKit"
],
"dependencies": {
"RestKit/ObjectMapping": [
"~> 0.24"
],
"MAObjCRuntime": [
"~> 0.0.1"
]
},
"ios": {
"frameworks": "MobileCoreServices"
}
}
]
}