blob: 3224909db631ad6179a54052488f30bf491579f7 [file] [log] [blame]
{
"name": "DeepLinkKit",
"version": "1.2.2",
"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.2.2"
},
"social_media_url": "https://twitter.com/buttondev",
"platforms": {
"ios": "7.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"
]
}