[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 7 / f / TwUI / 0.5.1 / TwUI.podspec.json
blobb99472b637a828e5737f8265945680fb52032a21
2   "name": "TwUI",
3   "version": "0.5.1",
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",
7   "authors": {
8     "Twitter, Inc.": "opensource@twitter.com",
9     "GitHub, Inc.": "support@github.com"
10   },
11   "license": {
12     "type": "Apache License, Version 2.0"
13   },
14   "source": {
15     "git": "https://github.com/github/twui.git",
16     "tag": "0.5.1"
17   },
18   "platforms": {
19     "osx": "10.6"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "ApplicationServices",
24     "QuartzCore",
25     "Cocoa"
26   ],
27   "subspecs": [
28     {
29       "name": "Support",
30       "source_files": "lib/Support"
31     },
32     {
33       "name": "UIKit",
34       "source_files": "lib/UIKit/*.{h,m}",
35       "exclude_files": "**/*{TUIAccessibilityElement,NSColor+TUIExtensions}*",
36       "dependencies": {
37         "TwUI/Support": [
39         ]
40       },
41       "subspecs": [
42         {
43           "name": "NSColorExtensions",
44           "source_files": "lib/UIKit/NSColor+TUIExtensions.{h,m}",
45           "requires_arc": false
46         }
47       ]
48     }
49   ]