[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / 0 / MockServer / 0.1.0 / MockServer.podspec.json
blob370962cdad8cb53d05651357b3278e4c0781e77c
2   "name": "MockServer",
3   "version": "0.1.0",
4   "summary": "An embedded server that captures app web traffic for validation.",
5   "description": "MockServer is an HTTP server that can be embedded inside an application. It\ncaptures all traffic sent to it, allowing each payload to be inspected for correctness.\nA primary use case is redirecting the apps traffic to MockServer during tests. This\nallows the network requests to be validated, and allows the real server to be mocked out\nfor testing.",
6   "homepage": "http://www.localytics.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Char Software, Inc. d/b/a Localytics": "support@localytics.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/localytics/mock-server-ios.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "MockServer/**/*",
22   "public_header_files": [
23     "MockServer/MockServer.h",
24     "MockServer/Classes/LLMockServer.h",
25     "MockServer/Classes/HTTPMessage+Parsing.h"
26   ],
27   "user_target_xcconfig": {
28     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
29   },
30   "dependencies": {
31     "CocoaHTTPServer": [
32       "~> 2.3"
33     ]
34   }