[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 3 / 6 / CBHWindowManager / 1.0.0 / CBHWindowManager.podspec.json
blob993bed4abf46deaa019f42a75b3673036df10af7
2   "name": "CBHWindowManager",
3   "version": "1.0.0",
4   "module_name": "CBHWindowManager",
5   "summary": "An easy-to-use singleton which manages `NSWindow` and `NSWindowController` objects",
6   "homepage": "https://github.com/chris-huxtable/CBHWindowManager",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Huxtable": "chris@huxtable.ca"
13   },
14   "social_media_url": "https://twitter.com/@Chris_Huxtable",
15   "platforms": {
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/chris-huxtable/CBHWindowManager.git",
20     "tag": "v1.0.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "CBHWindowManager/CBHWindowManager.h",
24   "private_header_files": "CBHWindowManager/CBHWindowManagerContainer.h",
25   "source_files": "CBHWindowManager/*.{h,m}"