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/",
8 "authors": "Button, Inc.",
10 "git": "https://github.com/button/DeepLinkKit.git",
13 "social_media_url": "https://twitter.com/buttondev",
19 "source_files": "DeepLinkKit/**/*.{h,m}",
20 "private_header_files": [
21 "DeepLinkKit/**/DeepLinkKit_Private.h",
22 "DeepLinkKit/**/DPLDeepLink_Private.h",
23 "DeepLinkKit/**/DPLSerializable.h",
24 "DeepLinkKit/**/DPLMatchResult.h",
25 "DeepLinkKit/**/DPLRouteMatcher.h",
26 "DeepLinkKit/**/DPLRegularExpression.h",
27 "DeepLinkKit/**/NSString+DPLTrim.h",
28 "DeepLinkKit/**/NSString+DPLQuery.h",
29 "DeepLinkKit/**/NSString+DPLJSON.h",
30 "DeepLinkKit/**/NSObject+DPLJSONObject.h",
31 "DeepLinkKit/**/UINavigationController+DPLRouting.h"