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