[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 5 / Ariadne / 0.4.1 / Ariadne.podspec.json
blob5c1cdf464258a5d3931518d1a0c3deab2eaba6f5
2   "name": "Ariadne",
3   "version": "0.4.1",
4   "summary": "Elegant and extensible routing framework in Swift.",
5   "homepage": "https://github.com/DenTelezhkin/Ariadne",
6   "license": "MIT",
7   "authors": {
8     "Denys Telezhkin": "denys.telezhkin.oss@gmail.com"
9   },
10   "social_media_url": "https://twitter.com/DenTelezhkin",
11   "requires_arc": true,
12   "platforms": {
13     "ios": "10.0",
14     "tvos": "10.0",
15     "osx": "10.12",
16     "watchos": "3.0"
17   },
18   "source": {
19     "git": "https://github.com/DenTelezhkin/Ariadne.git",
20     "tag": "0.4.1"
21   },
22   "source_files": "Source/Ariadne/*.{swift}",
23   "swift_versions": [
24     "4.2",
25     "5.0",
26     "5.0"
27   ],
28   "ios": {
29     "frameworks": [
30       "Foundation",
31       "UIKit"
32     ]
33   },
34   "tvos": {
35     "frameworks": [
36       "Foundation",
37       "UIKit"
38     ]
39   },
40   "osx": {
41     "frameworks": [
42       "Foundation",
43       "AppKit"
44     ]
45   },
46   "watchos": {
47     "frameworks": [
48       "Foundation",
49       "WatchKit"
50     ]
51   },
52   "swift_version": "5.0"