Skip to content

Deprecate DeepLinkSDK #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion DeepLinkSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DeepLinkSDK"
s.version = "0.2.6"
s.version = "0.2.7"
s.summary = "A splendid route-matching, block-based way to handle your deep links."
s.description = <<-DESC
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.
Expand All @@ -15,4 +15,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.source_files = 'DeepLinkSDK/**/*.{h,m}'

s.deprecated = true
s.deprecated_in_favor_of = 'DeepLinkKit'
end
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- DeepLinkSDK (0.2.6)
- DeepLinkSDK (0.2.7)
- Expecta (1.0.0)
- KIF (3.2.2):
- KIF/XCTest (= 3.2.2)
Expand All @@ -16,10 +16,10 @@ DEPENDENCIES:

EXTERNAL SOURCES:
DeepLinkSDK:
:path: "."
:path: .

SPEC CHECKSUMS:
DeepLinkSDK: 352e0366279e3904b6d5d6e87b16d1c962c3364c
DeepLinkSDK: 190c5413efa8ed365b9a6fc44984383f91e878fa
Expecta: 32604574add2c46a36f8d2f716b6c5736eb75024
KIF: b0bd762b0c7890b04920cf618021d6d4fd5127bd
OCMock: a10ea9f0a6e921651f96f78b6faee95ebc813b92
Expand Down