[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 0 / 2 / CVCocoaHTTPServeriOS / 1.1 / CVCocoaHTTPServeriOS.podspec.json
blobb6a477c500eeb144baa333f4bd5d2bc09d05dbbe
2   "name": "CVCocoaHTTPServeriOS",
3   "version": "1.1",
4   "license": "BSD",
5   "summary": "CocoaHTTPServer is a small, lightweight, embeddable HTTP server for or iOS applications.",
6   "homepage": "https://github.com/mikeshep/CVCocoaHTTPServeriOS",
7   "authors": {
8     "Miguel Olmedo": "miguel.olmedo@ironbit.com.mx"
9   },
10   "source": {
11     "git": "https://github.com/mikeshep/CVCocoaHTTPServeriOS.git",
12     "tag": "1.1"
13   },
14   "source_files": "{Core,Extensions}/**/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "frameworks": [
21       "CFNetwork",
22       "Security"
23     ]
24   },
25   "libraries": "xml2",
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
28   },
29   "dependencies": {
30     "CocoaAsyncSocket": [
32     ],
33     "CocoaLumberjack": [
34       "~> 2.4.0"
35     ]
36   }