diff --git a/Podfile.lock b/Podfile.lock index 9665e35..8279478 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,10 +1,10 @@ PODS: - - PathKit (0.4.0-beta.1) + - PathKit (0.4.0) DEPENDENCIES: - - PathKit (~> 0.4.0-beta.1) + - PathKit (~> 0.4.0) SPEC CHECKSUMS: - PathKit: dd424f40892d4f60f279c8f2cd82503fc86e4dad + PathKit: bfbf544223c1a9fbf5dd7ff301d9ab1c46603b7d -COCOAPODS: 0.39.0.beta.4 +COCOAPODS: 0.38.2 diff --git a/Stencil.podspec b/Stencil.podspec index b4bfb29..dbcd860 100644 --- a/Stencil.podspec +++ b/Stencil.podspec @@ -6,11 +6,11 @@ Pod::Spec.new do |spec| spec.license = { :type => 'BSD', :file => 'LICENSE' } spec.author = { 'Kyle Fuller' => 'inbox@kylefuller.co.uk' } spec.social_media_url = 'http://twitter.com/kylefuller' - spec.source = { :git => 'https://github.com/kylef/Stencil.git', :tag => "#{spec.version}" } + spec.source = { :git => 'https://github.com/kylef/Stencil.git', :tag => spec.version } spec.source_files = 'Stencil/*.swift', 'Stencil/TemplateLoader/*.swift' spec.ios.deployment_target = '8.0' spec.osx.deployment_target = '10.9' spec.requires_arc = true - spec.dependency 'PathKit', '~> 0.4.0-beta.1' + spec.dependency 'PathKit', '~> 0.4.0' end