blob: e3cf2fe9bf1ed0a5ce64a521e68a4081467ac203 [file] [log] [blame]
{
"name": "TwUI",
"version": "0.5.2",
"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.2"
},
"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
}
]
}
]
}