[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / d / 4 / SCHTTPServer / 0.1.5 / SCHTTPServer.podspec.json
blobc82050019a0dfb7390613d543d4ffcadc207f18d
2   "name": "SCHTTPServer",
3   "version": "0.1.5",
4   "summary": "A Https Server.",
5   "description": "SCHTTPServer is a small, lightweight, embeddable HTTPS server for Mac OS X applications,based on CocoaHTTPServer.",
6   "homepage": "https://github.com/debugly/SCHTTPServer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matt Reach": "qianlongxu@sohu-inc.com"
13   },
14   "source": {
15     "git": "https://github.com/debugly/SCHTTPServer.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "osx": "10.10"
20   },
21   "source_files": "SCHTTPServer/Classes/**/*",
22   "requires_arc": true,
23   "public_header_files": "SCHTTPServer/Classes/**/*.h",
24   "frameworks": [
25     "Security",
26     "Foundation"
27   ],
28   "dependencies": {
29     "CocoaAsyncSocket": [
31     ]
32   }