4 "summary": "A UI framework for Mac based on Core Animation.",
5 "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.",
6 "homepage": "https://github.com/github/twui",
8 "Twitter, Inc.": "opensource@twitter.com",
9 "GitHub, Inc.": "support@github.com"
12 "type": "Apache License, Version 2.0"
15 "git": "https://github.com/github/twui.git",
23 "ApplicationServices",
30 "source_files": "lib/Support"
34 "source_files": "lib/UIKit/*.{h,m}",
35 "exclude_files": "**/*{TUIAccessibilityElement,NSColor+TUIExtensions}*",
43 "name": "NSColorExtensions",
44 "source_files": "lib/UIKit/NSColor+TUIExtensions.{h,m}",