Skip to content

Commit 8b60917

Browse files
committed
Merge pull request #51 from usebutton/chris/deprecate_deeplinksdk
Deprecate DeepLinkSDK
2 parents 82f2909 + a3b8970 commit 8b60917

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

DeepLinkSDK.podspec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DeepLinkSDK"
3-
s.version = "0.2.6"
3+
s.version = "0.2.7"
44
s.summary = "A splendid route-matching, block-based way to handle your deep links."
55
s.description = <<-DESC
66
The Button DeepLink SDK is a splendid route-handling block-based way to handle deep links. Rather than decide how to format your URLs, parse them, pass data, and navigate to specific content or perform actions, this SDK and a few lines of code will get you on your way.
@@ -15,4 +15,7 @@ Pod::Spec.new do |s|
1515
s.requires_arc = true
1616

1717
s.source_files = 'DeepLinkSDK/**/*.{h,m}'
18+
19+
s.deprecated = true
20+
s.deprecated_in_favor_of = 'DeepLinkKit'
1821
end

Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- DeepLinkSDK (0.2.6)
2+
- DeepLinkSDK (0.2.7)
33
- Expecta (1.0.0)
44
- KIF (3.2.2):
55
- KIF/XCTest (= 3.2.2)
@@ -16,10 +16,10 @@ DEPENDENCIES:
1616

1717
EXTERNAL SOURCES:
1818
DeepLinkSDK:
19-
:path: "."
19+
:path: .
2020

2121
SPEC CHECKSUMS:
22-
DeepLinkSDK: 352e0366279e3904b6d5d6e87b16d1c962c3364c
22+
DeepLinkSDK: 190c5413efa8ed365b9a6fc44984383f91e878fa
2323
Expecta: 32604574add2c46a36f8d2f716b6c5736eb75024
2424
KIF: b0bd762b0c7890b04920cf618021d6d4fd5127bd
2525
OCMock: a10ea9f0a6e921651f96f78b6faee95ebc813b92

0 commit comments

Comments
 (0)