[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / a / b / 1 / gandalf / 0.1.0 / gandalf.podspec.json
blob30255af366c20f3e4f330366c7a2062888123676
2   "name": "gandalf",
3   "version": "0.1.0",
4   "summary": "a lightweight, pure-swift router for url handling",
5   "description": "Gandalf is a lightweight, pure-swift router for url handling. \nMake incoming url find the right handler. that's all Gandalf do.",
6   "homepage": "https://github.com/lzyy/gandalf",
7   "license": "MIT",
8   "authors": {
9     "limboy": "healdream@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/lzyy",
12   "swift_version": "4.2",
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/lzyy/gandalf.git",
18     "tag": "0.1.0"
19   },
20   "source_files": "gandalf/*.swift",
21   "requires_arc": true