[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / c / 2 / SsdpSdk / 0.1.0 / SsdpSdk.podspec.json
blobb8a52058ffb3435cc426e82c6e82c8f19d7c9e71
2   "name": "SsdpSdk",
3   "version": "0.1.0",
4   "summary": "SSDP for iOS & tvOS.",
5   "description": "Simple implementation of advertising and device discovery over SSDP.",
6   "homepage": "https://github.com/andersonlucasg3/ssdp-swift-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anderson Lucas C. Ramos": "andersonlucasg3@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/andersonlucasg3/ssdp-swift-sdk.git",
16     "tag": "0.1.0"
17   },
18   "swift_versions": "5",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "10.0",
22     "tvos": "11.0"
23   },
24   "source_files": [
25     "Sources/SSDP/**/*.{swift,h}",
26     "Sources/Socket/**/*.{m,h}"
27   ],
28   "dependencies": {
29     "BlueSocket": [
31     ]
32   },
33   "swift_version": "5"