[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 9 / CocoaHTTPServer / 2.2.1 / CocoaHTTPServer.podspec.json
blobac2f0164f94be002727e17093b1c5337e0cc6896
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,
40   "platforms": {
41     "osx": null,
42     "ios": null,
43     "tvos": null,
44     "watchos": null
45   }