diff --git a/README.markdown b/README.markdown index 75985472..2ebaa59c 100644 --- a/README.markdown +++ b/README.markdown @@ -5,6 +5,8 @@ [![Platform](http://img.shields.io/cocoapods/p/CocoaHTTPServer.svg?style=flat)]() [![License](http://img.shields.io/cocoapods/l/CocoaHTTPServer.svg?style=flat)](https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE) +## This project is no longer maintained. + CocoaHTTPServer is a small, lightweight, embeddable HTTP server for Mac OS X or iOS applications. Sometimes developers need an embedded HTTP server in their app. Perhaps it's a server application with remote monitoring. Or perhaps it's a desktop application using HTTP for the communication backend. Or perhaps it's an iOS app providing over-the-air access to documents. Whatever your reason, CocoaHTTPServer can get the job done. It provides: