CocoaHTTPServerExpress 0.0.3× TestsTested ✗ LangLanguage Obj-CObjective C License BSD ReleasedLast Release Dec 2014Maintained by Unclaimed.Installation Guide×Installation Guide for CocoaHTTPServerExpressYou want to add pod 'CocoaHTTPServerExpress', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'CocoaHTTPServerExpress', '~> 0.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try CocoaHTTPServerExpressSee PodspecGitHub RepoPage on CocoaPods.orgCocoaHTTPServerExpress 0.0.3ByChristopher Evansmgchris/CocoaHTTPServerExpressGitHub Repo The goal is to be an embedded HTTP Server used for testing. This project is inspired by iOS-FakeWeb and Express.js