We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d0a4ba + ba39550 commit 0e0ccb9Copy full SHA for 0e0ccb9
SwiftyAttributes.podspec
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
s.homepage = "https://github.com/eddiekaiger/SwiftyAttributes"
15
s.license = { :type => "MIT", :file => "LICENSE" }
16
s.author = { "Eddie Kaiger" => "eddiekaiger@gmail.com" }
17
- s.source = { :git => "https://github.com/eddiekaiger/SwiftyAttributes.git", :tag => "v4.2.0" }
+ s.source = { :git => "https://github.com/eddiekaiger/SwiftyAttributes.git", :tag => "v" + s.version.to_s }
18
19
s.source_files = "SwiftyAttributes/Sources/common/*.swift"
20
s.osx.source_files = "SwiftyAttributes/Sources/macOS/*.swift"
0 commit comments