Skip to content

Commit

Permalink
Update for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dealforest committed Oct 24, 2014
1 parent 2c09e33 commit 424b8a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DFTDebugScreenshot.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.platform = :ios, '7.0'
spec.name = 'DFTDebugScreenshot'
spec.version = '0.1.0'
spec.version = '0.1.1'
spec.homepage = 'https://github.com/dealforest/DFTDebugScreenshot'
spec.authors = { 'Toshihiro Morimoto' => 'dealforest.net@gmail.com' }
spec.summary = 'Simple debug tool for screenshot'
spec.source = { :git => 'https://github.com/dealforest/DFTDebugScreenshot.git', :tag => '0.1.0' }
spec.source = { :git => 'https://github.com/dealforest/DFTDebugScreenshot.git', :tag => '0.1.1' }
spec.source_files = 'DFTDebugScreenshot/**/*.{h,m}'
spec.resource_bundle = {
'DFTDebugScreenshot' => [
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- DFTDebugScreenshot (0.1.0)
- DFTDebugScreenshot (0.1.1)

DEPENDENCIES:
- DFTDebugScreenshot (from `./`)
Expand All @@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: ./

SPEC CHECKSUMS:
DFTDebugScreenshot: 85d9602a3a33986de8dda2b86e92e91d79974444
DFTDebugScreenshot: 90c9b101594152f24bd52f448370b22bed4046f4

COCOAPODS: 0.34.4

0 comments on commit 424b8a3

Please sign in to comment.