[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 7 / e / 1 / instrserver / 0.1.0 / instrserver.podspec.json
blob7650c4dcd7e34b678c62b3b68a6d7d05646f0efd
2   "name": "instrserver",
3   "version": "0.1.0",
4   "summary": "HTTP server component for instr",
5   "description": "HTTP server component for instr",
6   "homepage": "https://github.com/ruenzuo/instrserver",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ruenzuo": "renzo.crisostomo@me.com"
13   },
14   "source": {
15     "git": "https://github.com/ruenzuo/instrserver.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "instrserver/Classes/**/*",
22   "public_header_files": "instrserver/Classes/**/*.h",
23   "frameworks": "Foundation",
24   "libraries": "objc",
25   "dependencies": {
26     "GCDWebServer": [
27       "~> 3.4"
28     ]
29   },
30   "pod_target_xcconfig": {
31     "ENABLE_STRICT_OBJC_MSGSEND": "NO"
32   }