[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / 9 / CocoaHTTPServer / 2.2.1 / CocoaHTTPServer.podspec.json
blob310840608baf00f5ab2915f2d22f6a304369419c
2   "name": "CocoaHTTPServer",
3   "version": "2.2.1",
4   "license": "BSD",
5   "summary": "A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications.",
6   "homepage": "https://github.com/robbiehanson/CocoaHTTPServer",
7   "authors": {
8     "Robbie Hanson": "cocoahttpserver@googlegroups.com"
9   },
10   "source": {
11     "git": "https://github.com/robbiehanson/CocoaHTTPServer.git",
12     "tag": "2.2.1"
13   },
14   "source_files": "{Core,Extensions}/**/*.{h,m}",
15   "ios": {
16     "frameworks": [
17       "CFNetwork",
18       "Security"
19     ]
20   },
21   "osx": {
22     "frameworks": [
23       "CoreServices",
24       "Security"
25     ]
26   },
27   "libraries": "xml2",
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
30   },
31   "dependencies": {
32     "CocoaAsyncSocket": [
33       "~> 0.0.1"
34     ],
35     "CocoaLumberjack": [
36       "~> 1.3.0"
37     ]
38   },
39   "requires_arc": false