blob: 2a67bb196691b4d254a0cbc53e314cbed983ecc8 [file] [log] [blame]
{
"name": "TwUI",
"version": "0.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"
},
"license": {
"type": "Apache License, Version 2.0"
},
"source": {
"git": "https://github.com/twitter/twui.git",
"commit": "2a704ca1fb225a36dac5103797167a21f682a873"
},
"platforms": {
"osx": "10.6"
},
"frameworks": [
"ApplicationServices",
"QuartzCore",
"Cocoa"
],
"requires_arc": false,
"subspecs": [
{
"name": "Support",
"source_files": "lib/Support"
},
{
"name": "UIKit",
"source_files": "lib/UIKit/*.{h,m}",
"exclude_files": "**/*TUIAccessibilityElement*",
"dependencies": {
"TwUI/Support": [
]
}
}
]
}