Skip to content

Commit

Permalink
Merge pull request #1 from BramYeh/prepareRelease
Browse files Browse the repository at this point in the history
prepare 0.9.0 for release
  • Loading branch information
BramYeh authored Jan 11, 2017
2 parents ae63171 + 950b820 commit 8a3e31f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BAPeekPop.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'BAPeekPop'
s.version = '1.0.0'
s.version = '0.9.0'
s.summary = 'Peek & Pop Compat for Long Press on non 3D touch Device of iOS 9+'

# This description is used to generate tags and improve search results.
Expand All @@ -26,7 +26,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/BramYeh/BAPeekPop'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Bram Yeh' => 'hanru.yeh@gmail.com' }
s.source = { :git => 'git@github.com:BramYeh/BAPeekPop.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/BramYeh/BAPeekPop.git', :tag => s.version.to_s }

s.requires_arc = true
s.platform = :ios, '8.0'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017 Bram (hryeh) <hryeh@yahoo-inc.com>
Copyright (c) 2017 Bram (hryeh) <hanru.yeh@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 8a3e31f

Please sign in to comment.