Skip to content

Commit

Permalink
fix(Podspec) add string value to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainPetit1 committed Jan 26, 2022
1 parent 940dd36 commit 4f596f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApiVideoLiveStream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |spec|
spec.platform = :ios, "12.0"
spec.ios.deployment_target = "9.0"

spec.source = { :git => "https://github.com/apivideo/api.video-ios-live-stream.git", :tag => spec.version.to_s }
spec.source = { :git => "https://github.com/apivideo/api.video-ios-live-stream.git", :tag => "v" + spec.version.to_s }

spec.source_files = "Sources/**/*.{h,m,swift}"
spec.exclude_files = "Sources/Exclude"
Expand Down

0 comments on commit 4f596f1

Please sign in to comment.