[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / 3 / Rebel / 0.3 / Rebel.podspec.json
blob4478c82d9923bca5862b3518b33e6289ea3e9156
2   "name": "Rebel",
3   "version": "0.3",
4   "summary": "Rebel is a framework to make AppKit easier to work with.",
5   "homepage": "https://github.com/github/Rebel",
6   "license": "MIT",
7   "authors": {
8     "GitHub": "support@github.com"
9   },
10   "source": {
11     "git": "https://github.com/github/Rebel.git",
12     "tag": "0.3"
13   },
14   "frameworks": [
15     "QuartzCore",
16     "Cocoa",
17     "WebKit"
18   ],
19   "platforms": {
20     "osx": "10.7"
21   },
22   "source_files": "Rebel/*.{h,m}",
23   "exclude_files": "**/*NSColor+RBLCGColorAdditions*",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "NSColorExtensions",
28       "source_files": "Rebel/NSColor+RBLCGColorAdditions.{h,m}",
29       "requires_arc": false
30     }
31   ]