blob: b99472b637a828e5737f8265945680fb52032a21 [file] [log] [blame]
{
"name": "TwUI",
"version": "0.5.1",
"summary": "A UI framework for Mac based on Core Animation.",
"description": "TwUI is a hardware accelerated UI framework for Mac, inspired by UIKit. It enables:\n- GPU accelerated rendering backed by CoreAnimation.\n- Simple model/view/controller development familiar to iOS developers.",
"homepage": "https://github.com/github/twui",
"authors": {
"Twitter, Inc.": "opensource@twitter.com",
"GitHub, Inc.": "support@github.com"
},
"license": {
"type": "Apache License, Version 2.0"
},
"source": {
"git": "https://github.com/github/twui.git",
"tag": "0.5.1"
},
"platforms": {
"osx": "10.6"
},
"requires_arc": true,
"frameworks": [
"ApplicationServices",
"QuartzCore",
"Cocoa"
],
"subspecs": [
{
"name": "Support",
"source_files": "lib/Support"
},
{
"name": "UIKit",
"source_files": "lib/UIKit/*.{h,m}",
"exclude_files": "**/*{TUIAccessibilityElement,NSColor+TUIExtensions}*",
"dependencies": {
"TwUI/Support": [
]
},
"subspecs": [
{
"name": "NSColorExtensions",
"source_files": "lib/UIKit/NSColor+TUIExtensions.{h,m}",
"requires_arc": false
}
]
}
]
}