[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / c / e / CocoaSSDP-JX / 1.0.0 / CocoaSSDP-JX.podspec.json
blob23026e8e2966ab3e904f5df999ad151e62be564d
2   "name": "CocoaSSDP-JX",
3   "version": "1.0.0",
4   "summary": "Simple Service Discovery Protocol client library for Mac and iOS.",
5   "homepage": "https://github.com/tospery/CocoaSSDP-JX",
6   "description": "Simple Service Discovery Protocol client library for Mac and iOS.\nSSDP allow client app to discover devices on local network (ex: UPnP, DLNA..)",
7   "license": "MIT",
8   "authors": {
9     "YangJianxiang": "tospery@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tospery/CocoaSSDP-JX.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Classes",
22   "dependencies": {
23     "CocoaAsyncSocket": [
25     ]
26   }