[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / a / b / 2 / UPnAtom / 0.6.0 / UPnAtom.podspec.json
blob4f9e859cbbfea0bcc7e77dc8ae5f36eb06125a2f
2   "name": "UPnAtom",
3   "version": "0.6.0",
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.6.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": "Source/**/*.swift",
23   "exclude_files": "Source/CocoaSSDP Support/*.swift",
24   "dependencies": {
25     "CocoaAsyncSocket": [
26       "~> 7.4.1"
27     ],
28     "AFNetworking": [
29       "~> 2.5.2"
30     ],
31     "Ono": [
32       "~> 1.2.0"
33     ],
34     "GCDWebServer": [
35       "~> 3.2.2"
36     ]
37   }