[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 5 / Ariadne / 0.6.1 / Ariadne.podspec.json
blobf4b83f4c224d1ba6c3035d00896370c2240613ab
2   "name": "Ariadne",
3   "version": "0.6.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.6.1"
21   },
22   "source_files": "Source/Ariadne/*.{swift}",
23   "swift_versions": [
24     "4.2",
25     "5.0"
26   ],
27   "ios": {
28     "frameworks": [
29       "Foundation",
30       "UIKit"
31     ]
32   },
33   "tvos": {
34     "frameworks": [
35       "Foundation",
36       "UIKit"
37     ]
38   },
39   "osx": {
40     "frameworks": [
41       "Foundation",
42       "AppKit"
43     ]
44   },
45   "watchos": {
46     "frameworks": [
47       "Foundation",
48       "WatchKit"
49     ]
50   },
51   "swift_version": "5.0"