[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / c / 3 / Rebel / 0.1 / Rebel.podspec.json
blobbc2080903b13abf602698a7828df05ace984f922
2   "name": "Rebel",
3   "version": "0.1",
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.1"
13   },
14   "frameworks": [
15     "QuartzCore",
16     "Cocoa"
17   ],
18   "platforms": {
19     "osx": "10.7"
20   },
21   "source_files": "Rebel/*.{h,m}",
22   "exclude_files": "**/*NSColor+RBLCGColorAdditions*",
23   "requires_arc": true,
24   "dependencies": {
25     "libextobjc": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "NSColorExtensions",
32       "source_files": "Rebel/NSColor+RBLCGColorAdditions.{h,m}",
33       "requires_arc": false
34     }
35   ]