[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / b / a / CVCocoaHTTPServer / 1.0 / CVCocoaHTTPServer.podspec.json
blobd990123663e278da60e3c31b4ccc175349b2c5ba
2   "name": "CVCocoaHTTPServer",
3   "version": "1.0",
4   "license": "BSD",
5   "summary": "A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications in Claro Video.",
6   "homepage": "https://github.com/mikeshep/CVCocoaHTTPServer",
7   "authors": {
8     "Robbie Hanson": "cocoahttpserver@googlegroups.com"
9   },
10   "source": {
11     "git": "https://github.com/mikeshep/CVCocoaHTTPServer.git",
12     "tag": "1.0"
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": [
41       "~> 1.9.0"
42     ]
43   }