[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 9 / f / a / iOSHTTPServer / 2.5.10 / iOSHTTPServer.podspec.json
blobeac427cc1ff7d2382b39f6b661c8eeeb23b82928
2   "name": "iOSHTTPServer",
3   "version": "2.5.10",
4   "summary": "Edit from CocoaHTTPServer2 only for iOS/CodboWebview.",
5   "description": "Edit from CocoaHTTPServer2 only for iOS/CodboWebview;\nOrigin seen https://github.com/huangjimmy/CocoaHTTPServer",
6   "homepage": "https://github.com/pipihi/CocoaHttpServer_ForCodboWebview",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Robbie Hanson": "cocoahttpserver@googlegroups.com"
13   },
14   "source": {
15     "git": "https://github.com/pipihi/CocoaHttpServer_ForCodboWebview.git",
16     "tag": "2.5.10"
17   },
18   "source_files": "iOSHTTPServer/Classes/**/*",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "libraries": "xml2",
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   },
27   "frameworks": [
28     "CFNetwork",
29     "Security"
30   ]