[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 3 / 7 / f / TwUI / 0.3 / TwUI.podspec.json
blob1052c10bc2fbefa46a96cdbfc756bcecb219bac7
2   "name": "TwUI",
3   "version": "0.3",
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/github/twui.git",
15     "tag": "0.3.0"
16   },
17   "platforms": {
18     "osx": "10.6"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "ApplicationServices",
23     "QuartzCore",
24     "Cocoa"
25   ],
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   ]