blob: 645db24925f3fac839b8c29ac831ed7bdfc213d0 [file] [log] [blame]
{
"name": "CocoaBloc-UI",
"version": "0.0.5",
"authors": {
"John Heaton": "pikachu@stagebloc.com",
"Mark Glagola": "mark@stagebloc.com",
"David Warner": "spiderman@stagebloc.com",
"Josh Holat": "bumblebee@stagebloc.com"
},
"social_media_url": "https://twitter.com/StageBloc",
"homepage": "https://github.com/stagebloc/CocoaBloc-UI",
"summary": "StageBloc UI elements",
"description": "A collection of various views, controls, fonts, colors, animation helpers, and all other StageBloc-related UI things",
"source": {
"git": "https://github.com/stagebloc/CocoaBloc-UI.git",
"tag": "0.0.5"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"module_name": "CocoaBlocUI",
"ios": {
"frameworks": "UIKit"
},
"subspecs": [
{
"name": "Fonts",
"source_files": "Pod/Classes/UIFont+CocoaBloc.{h,m}"
},
{
"name": "Colors",
"source_files": "Pod/Classes/UIColor+CocoaBloc.{h,m}"
},
{
"name": "PlaceholderTextView",
"source_files": "Pod/Classes/SBPlaceholderTextView.*"
}
]
}