Latest | 1.5.0 |
---|---|
Homepage | https://www.usebutton.com/developers/deep-link-kit/ |
License | MIT |
Platforms | ios 7.0, tvos 9.0, requires ARC |
Latest podspec
{ "name": "DeepLinkKit", "version": "1.5.0", "summary": "A splendid route-matching, block-based way to handle your deep links.", "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.", "homepage": "https://www.usebutton.com/developers/deep-link-kit/", "license": "MIT", "authors": "Button, Inc.", "source": { "git": "https://github.com/button/DeepLinkKit.git", "tag": "1.5.0" }, "social_media_url": "https://twitter.com/buttondev", "platforms": { "ios": "7.0", "tvos": "9.0" }, "requires_arc": true, "source_files": "DeepLinkKit/**/*.{h,m}", "private_header_files": [ "DeepLinkKit/**/DeepLinkKit_Private.h", "DeepLinkKit/**/DPLDeepLink_Private.h", "DeepLinkKit/**/DPLSerializable.h", "DeepLinkKit/**/DPLMatchResult.h", "DeepLinkKit/**/DPLRouteMatcher.h", "DeepLinkKit/**/DPLRegularExpression.h", "DeepLinkKit/**/NSString+DPLTrim.h", "DeepLinkKit/**/NSString+DPLQuery.h", "DeepLinkKit/**/NSString+DPLJSON.h", "DeepLinkKit/**/NSObject+DPLJSONObject.h", "DeepLinkKit/**/UINavigationController+DPLRouting.h" ] }
Fri, 23 Mar 2018 04:20:07 +0000