Skip to content

Commit

Permalink
Update podspec to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaandedeoglu committed Oct 13, 2015
1 parent 5229b68 commit 11721d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shark.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Shark'
s.version = '0.1.0'
s.version = '0.1.1'

s.license = { :type => 'The MIT License (MIT)', :text => <<-LICENSE
Copyright (c) 2015 Kaan Dedeoglu
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.summary = 'Swift Script that transforms the .xcassets folder into a type safe enum'
s.homepage = 'https://github.com/kaandedeoglu/Shark'
s.authors = { 'Kaan Dedeoglu' => '[email protected]' }
s.source = { :http => 'https://github.com/kaandedeoglu/Shark/releases/download/0.1.0/shark.zip' }
s.source = { :http => "https://github.com/kaandedeoglu/Shark/releases/download/#{s.version}/shark.zip" }
s.preserve_paths = 'shark'

s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 11721d9

Please sign in to comment.