Upgrade to PathKit ~> 0.4.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user