[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / d / 4 / SCHTTPServer / 0.1.3 / SCHTTPServer.podspec.json
blobb5a0b61602176407f00076a3d695a6425d23a7be
2   "name": "SCHTTPServer",
3   "version": "0.1.3",
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.3"
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   }