[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / c / 3 / Rebel / 0.2 / Rebel.podspec.json
blobe159c2997929fa35803dcd4e991d7208c8be15a3
2   "name": "Rebel",
3   "version": "0.2",
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.2"
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   "subspecs": [
25     {
26       "name": "NSColorExtensions",
27       "source_files": "Rebel/NSColor+RBLCGColorAdditions.{h,m}",
28       "requires_arc": false
29     }
30   ]