Skip to content

Commit

Permalink
Merge pull request #51 from usebutton/chris/deprecate_deeplinksdk
Browse files Browse the repository at this point in the history
Deprecate DeepLinkSDK
  • Loading branch information
buttonpairing committed May 14, 2015
2 parents 82f2909 + a3b8970 commit 8b60917
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion DeepLinkSDK.podspec
@@ -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
@@ -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

0 comments on commit 8b60917

Please sign in to comment.