[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 3 / 6 / CBHWindowManager / 1.0.1 / CBHWindowManager.podspec.json
blobfa105b716f62401e32658980aeb213f17cc6c6e0
2   "name": "CBHWindowManager",
3   "version": "1.0.1",
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.1"
21   },
22   "requires_arc": true,
23   "public_header_files": "CBHWindowManager/*.h",
24   "private_header_files": "CBHWindowManager/_*.h",
25   "source_files": "CBHWindowManager/*.{h,m}"