[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / e / 2 / MTBackgroundView / 1.0 / MTBackgroundView.podspec.json
blob9e14b6e80af1fa32f62126394bd13c04259c9e4b
2   "name": "MTBackgroundView",
3   "version": "1.0",
4   "summary": "A NSView subclass wich fills itself with the color set to backgroundColor.",
5   "description": "NSView does not have a backgroundColor property like UIView does, so this view will draw a background color if set.",
6   "homepage": "https://github.com/mathieutozer/MTBackgroundView",
7   "license": "MIT",
8   "authors": {
9     "Mathieu Tozer": "mathieutozer@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mathieutozer/MTBackgroundView.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "osx": "10.11"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"