Skip to content

Commit 2f11cf4

Browse files
author
Wes Smith
committed
Release 1.2.0
1 parent 34664c5 commit 2f11cf4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DeepLinkKit.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "DeepLinkKit"
3-
s.version = "1.1.0"
3+
s.version = "1.2.0"
44
s.summary = "A splendid route-matching, block-based way to handle your deep links."
55
s.description = <<-DESC
6-
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 deeplinks. All with a simple, block-based interface.
6+
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.
77
DESC
8-
s.homepage = "http://www.usebutton.com/sdk/deep-links"
8+
s.homepage = "https://www.usebutton.com/developers/deep-link-kit/"
99
s.license = 'MIT'
1010
s.author = 'Button, Inc.'
11-
s.source = { :git => "https://github.com/usebutton/DeepLinkKit.git", :tag => s.version.to_s }
11+
s.source = { :git => "https://github.com/button/DeepLinkKit.git", :tag => s.version.to_s }
1212
s.social_media_url = 'https://twitter.com/buttondev'
1313

1414
s.platform = :ios, '7.0'

Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- DeepLinkKit (1.1.0)
2+
- DeepLinkKit (1.2.0)
33
- Expecta (1.0.5)
44
- KIF (3.4.1):
55
- KIF/Core (= 3.4.1)
@@ -19,7 +19,7 @@ EXTERNAL SOURCES:
1919
:path: .
2020

2121
SPEC CHECKSUMS:
22-
DeepLinkKit: 386c3cefdc29703ec85b6f2a69ed29657f6289d6
22+
DeepLinkKit: 5349fa5cc37cadeb32e0fa239c28536bc0557cf2
2323
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
2424
KIF: 2275c6d59c77e5e56f660f006b99d73780130540
2525
OCMock: 18c9b7e67d4c2770e95bb77a9cc1ae0c91fe3835

0 commit comments

Comments
 (0)