[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / d / 4 / SCHTTPServer / 0.1.2 / SCHTTPServer.podspec.json
blob9c5dfd757666da29904c9afab325ad0e3ca021d5
2   "name": "SCHTTPServer",
3   "version": "0.1.2",
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.2"
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   }