[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / c / e / CocoaSSDP-JX / 1.0.0-v1 / CocoaSSDP-JX.podspec.json
blob9a7cdf4a5b407c501bf7a699bc20ae48ca9d3a6f
2   "name": "CocoaSSDP-JX",
3   "version": "1.0.0-v1",
4   "summary": "Simple Service Discovery Protocol client library for Mac and iOS.",
5   "description": "Simple Service Discovery Protocol client library for Mac and iOS.\nSSDP allow client app to discover devices on local network (ex: UPnP, DLNA..)",
6   "homepage": "https://github.com/tospery/CocoaSSDP-JX",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangJianxiang": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/CocoaSSDP-JX.git",
16     "tag": "1.0.0-v1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "CocoaSSDP-JX/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "CocoaAsyncSocket": [
26     ]
27   }