[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / c / 2 / SwiftLocalhost / 0.0.6 / SwiftLocalhost.podspec.json
blobe7f3c41648d449b0b70f176489d6d890ac7f8bd9
2   "name": "SwiftLocalhost",
3   "version": "0.0.6",
4   "swift_version": "4.2",
5   "summary": "Swift Localhost Server for your testing needs",
6   "description": "Features\n1. Mock Server to return stub HTTPURLResponse(s)\n2. Mock Server to record and assert URLRequest(s)\n3. Mock Server to record and assert Google Analytics Events",
7   "homepage": "https://github.com/depoon/SwiftLocalhost",
8   "license": "MIT",
9   "authors": {
10     "depoon": "de_poon@hotmail.com"
11   },
12   "source": {
13     "git": "https://github.com/depoon/SwiftLocalhost.git",
14     "tag": "0.0.6"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/**/*",
21   "dependencies": {
22     "Criollo": [
24     ]
25   }