[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 1 / e / DeepLinkKit / 1.2.0 / DeepLinkKit.podspec.json
blob038af75d657241eb78e2edf2456b4220b0193f21
2   "name": "DeepLinkKit",
3   "version": "1.2.0",
4   "summary": "A splendid route-matching, block-based way to handle your deep links.",
5   "description": "DeepLink Kit is a splendid route-handling block-based way to handle deep links. Use DeepLink Kit to parse incoming URLs, extract parameters from the host, url etc.. and even build outgoing deep links. All with a simple, block-based interface.",
6   "homepage": "https://www.usebutton.com/developers/deep-link-kit/",
7   "license": "MIT",
8   "authors": "Button, Inc.",
9   "source": {
10     "git": "https://github.com/button/DeepLinkKit.git",
11     "tag": "1.2.0"
12   },
13   "social_media_url": "https://twitter.com/buttondev",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "module_map": "DeepLinkKit/module.modulemap",
19   "source_files": "DeepLinkKit/**/*.{h,m}"