Skip to content

Commit

Permalink
Fix error in .podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Sigler authored and Victor Sigler committed Oct 12, 2016
1 parent 973ad53 commit 8c26db4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SwiftSafe.podspec
Expand Up @@ -2,10 +2,10 @@
Pod::Spec.new do |s|

s.name = "SwiftSafe"
s.version = "0.1"
s.version = "2.0.0"
s.summary = "Thread synchronization made easy."

s.homepage = "https://github.com/czechboy0/SwiftSafe"
s.homepage = "https://github.com/nodes-ios/SwiftSafe"
s.license = { :type => "MIT", :file => "LICENSE" }

s.author = { "Honza Dvorsky" => "https://honzadvorsky.com" }
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"

s.source = { :git => "https://github.com/czechboy0/SwiftSafe.git", :tag => "v#{s.version}" }
s.source = { :git => "https://github.com/nodes-ios/SwiftSafe.git", :tag => "#{s.version}" }

s.source_files = "Safe/*.swift"

Expand Down

0 comments on commit 8c26db4

Please sign in to comment.