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