[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 1 / e / DeepLinkKit / 1.4.0 / DeepLinkKit.podspec.json
bloba06be49a0a1780321247c366ed1753767ebce2a0
2   "name": "DeepLinkKit",
3   "version": "1.4.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.4.0"
12   },
13   "social_media_url": "https://twitter.com/buttondev",
14   "platforms": {
15     "ios": "7.0",
16     "tvos": "9.0"
17   },
18   "requires_arc": true,
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"
32   ]