[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 3 / 7 / f / TwUI / 0.2 / TwUI.podspec.json
blob67b198e3515f9ce3927c95e107a38288baf9b27b
2   "name": "TwUI",
3   "version": "0.2",
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   },
10   "license": {
11     "type": "Apache License, Version 2.0"
12   },
13   "source": {
14     "git": "https://github.com/twitter/twui.git",
15     "commit": "ef55cfcd65f5ce364abde22452bed1fa84c7e03f"
16   },
17   "platforms": {
18     "osx": "10.6"
19   },
20   "frameworks": [
21     "ApplicationServices",
22     "QuartzCore",
23     "Cocoa"
24   ],
25   "requires_arc": false,
26   "subspecs": [
27     {
28       "name": "Support",
29       "source_files": "lib/Support"
30     },
31     {
32       "name": "UIKit",
33       "source_files": "lib/UIKit/*.{h,m}",
34       "exclude_files": "**/*TUIAccessibilityElement*",
35       "dependencies": {
36         "TwUI/Support": [
38         ]
39       }
40     }
41   ]