[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / b / 2 / UPnAtom / 0.0.1.beta.1 / UPnAtom.podspec.json
blobfebd1b0287393c878d7f9aad0caaf4d6b4d039be
2   "name": "UPnAtom",
3   "version": "0.0.1.beta.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An open source Universal Plug & Play library with a focus on media streaming coordination (UPnP A/V Profile).",
9   "homepage": "https://github.com/master-nevi/UPnAtom",
10   "authors": {
11     "David Robles": "master-nevi@users.noreply.github.com"
12   },
13   "source": {
14     "git": "https://github.com/master-nevi/UPnAtom.git",
15     "tag": "0.0.1.beta.1"
16   },
17   "source_files": "Source/**/*.{swift,h,m}",
18   "exclude_files": "Source/SSDP/UPNPXSSDPDiscoveryAdapter.swift",
19   "private_header_files": "Source/Obj-C Tools/*.h",
20   "resources": "Source/*.modulemap",
21   "xcconfig": {
22     "SWIFT_INCLUDE_PATHS": "\"../../../Source\" \"UPnAtom/Source\""
23   },
24   "requires_arc": true,
25   "platforms": {
26     "ios": "8.0"
27   },
28   "dependencies": {
29     "CocoaSSDP": [
30       "~> 0.1.0"
31     ],
32     "AFNetworking": [
33       "~> 2.5.0"
34     ],
35     "CocoaHTTPServer": [
36       "~> 2.3"
37     ],
38     "Ono": [
39       "~> 1.2.0"
40     ],
41     "CocoaLumberjack": [
42       "~> 2.0.0-rc2"
43     ]
44   }