[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 8 / a / 9 / CocoaHTTPServer / 2.3 / CocoaHTTPServer.podspec.json
blobe762f8a9815c13a1c8c2075ac6a86caa7eb22b49
2   "name": "CocoaHTTPServer",
3   "version": "2.3",
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.3"
13   },
14   "source_files": "{Core,Extensions}/**/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "ios": {
21     "frameworks": [
22       "CFNetwork",
23       "Security"
24     ]
25   },
26   "osx": {
27     "frameworks": [
28       "CoreServices",
29       "Security"
30     ]
31   },
32   "libraries": "xml2",
33   "xcconfig": {
34     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
35   },
36   "dependencies": {
37     "CocoaAsyncSocket": [
39     ],
40     "CocoaLumberjack": [
42     ]
43   }