Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Smith committed Apr 1, 2016
1 parent 34664c5 commit 2f11cf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions DeepLinkKit.podspec
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "DeepLinkKit"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "A splendid route-matching, block-based way to handle your deep links."
s.description = <<-DESC
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.
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.
DESC
s.homepage = "http://www.usebutton.com/sdk/deep-links"
s.homepage = "https://www.usebutton.com/developers/deep-link-kit/"
s.license = 'MIT'
s.author = 'Button, Inc.'
s.source = { :git => "https://github.com/usebutton/DeepLinkKit.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/button/DeepLinkKit.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/buttondev'

s.platform = :ios, '7.0'
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- DeepLinkKit (1.1.0)
- DeepLinkKit (1.2.0)
- Expecta (1.0.5)
- KIF (3.4.1):
- KIF/Core (= 3.4.1)
Expand All @@ -19,7 +19,7 @@ EXTERNAL SOURCES:
:path: .

SPEC CHECKSUMS:
DeepLinkKit: 386c3cefdc29703ec85b6f2a69ed29657f6289d6
DeepLinkKit: 5349fa5cc37cadeb32e0fa239c28536bc0557cf2
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
KIF: 2275c6d59c77e5e56f660f006b99d73780130540
OCMock: 18c9b7e67d4c2770e95bb77a9cc1ae0c91fe3835
Expand Down

0 comments on commit 2f11cf4

Please sign in to comment.