Skip to content
This repository has been archived by the owner on Jun 12, 2019. It is now read-only.

Commit

Permalink
.podspec fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sochalewski committed Feb 24, 2016
1 parent 7fae48b commit d593b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftCompressor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Pod::Spec.new do |s|
s.version = "0.1.0"
s.summary = "Compression framework easily"
s.description = "SwiftCompressor lets you use Compression framework easily"
s.homepage = "https://github.com/sochalewski/SwiftCompression"
s.homepage = "https://github.com/DroidsOnRoids/SwiftCompressor"
s.license = 'MIT'
s.author = { "Piotr Sochalewski" => "[email protected]" }
s.source = { :git => "https://github.com/DroidsOnRoids/SwiftCompression.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/DroidsOnRoids/SwiftCompressor.git", :tag => s.version.to_s }
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.11"
s.requires_arc = true
Expand Down

0 comments on commit d593b13

Please sign in to comment.