[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / d / 4 / SCHTTPServer / 0.1.1 / SCHTTPServer.podspec.json
blob367e4b2123c25e316769c4b68edac6959fc56ca2
2   "name": "SCHTTPServer",
3   "version": "0.1.1",
4   "summary": "A short description of SCHTTPServer.",
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.1"
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   }