Skip to content

Commit

Permalink
Update podspec to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Botond Magyarosi committed Oct 16, 2018
1 parent 863eade commit 36b5d55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ReleaseRadar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReleaseRadar"
s.version = "0.2.0"
s.version = "0.2.1"
s.homepage = "https://github.com/halcyonmobile/ReleaseRadar"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "Botond Magyarosi"
Expand All @@ -13,6 +13,8 @@ Pod::Spec.new do |s|

s.swift_version = "4.2"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/halcyonmobile/ReleaseRadar.git", :tag => "v#{s.version}" }
s.source = { :git => "https://github.com/halcyonmobile/ReleaseRadar.git", :tag => s.version }

s.source_files = "Sources/**/*.swift"
s.exclude_files = "Sources/Example/*.swift"
end

0 comments on commit 36b5d55

Please sign in to comment.