[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / a / b / 2 / UPnAtom / 0.0.1.beta.4 / UPnAtom.podspec.json
blobe3946c5a9e61d83d3a0f3916c395d6cbd81d4bde
2   "name": "UPnAtom",
3   "version": "0.0.1.beta.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An open source Universal Plug and Play library with a focus on media streaming coordination using the 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.4"
16   },
17   "source_files": "Source/**/*.{swift}",
18   "exclude_files": "Source/SSDP/UPNPXSSDPDiscoveryAdapter.swift",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   },
24   "dependencies": {
25     "CocoaSSDP": [
26       "~> 0.1.0"
27     ],
28     "AFNetworking": [
29       "~> 2.5.0"
30     ],
31     "Ono": [
32       "~> 1.2.0"
33     ],
34     "GCDWebServer": [
35       "~> 3.2.2"
36     ]
37   }