Latest | 0.1.0 |
---|---|
Homepage | https://github.com/sboisson/CocoaSSDP |
License | MIT |
Platforms | ios 5.0, osx 10.7, requires ARC |
Dependencies | CocoaAsyncSocket |
Authors |
Usage
To run the example project; clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
CocoaSSDP is available through CocoaPods, to install
it simply add the following line to your Podfile:
pod "CocoaSSDP"
Author
Stephane Boisson
License
CocoaSSDP is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "CocoaSSDP", "version": "0.1.0", "summary": "Simple Service Discovery Protocol client library for Mac and iOS.", "homepage": "https://github.com/sboisson/CocoaSSDP", "description": " Simple Service Discovery Protocol client library for Mac and iOS.n SSDP allow client app to discover devices on local network (ex: UPnP, DLNA..)n", "license": "MIT", "authors": { "Stephane Boisson": "[email protected]" }, "source": { "git": "https://github.com/sboisson/CocoaSSDP.git", "tag": "0.1.0" }, "platforms": { "ios": "5.0", "osx": "10.7" }, "requires_arc": true, "source_files": "Classes", "dependencies": { "CocoaAsyncSocket": [] } }
Fri, 04 Mar 2016 15:55:03 +0000