Skip to content

Commit

Permalink
[CM-740] fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pospesel authored and mpospese committed Jul 6, 2022
1 parent bda840b commit 5c0abcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YMatterType.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |spec|
spec.social_media_url = "https://twitter.com/Yml_co"
spec.platform = :ios, "14.0"
spec.swift_version = '5.5'
spec.source = { :git => "https://github.com/yml-org/YCoreUI.git", :tag => spec.version }
spec.source = { :git => "https://github.com/yml-org/YMatterType.git", :tag => spec.version }
spec.source_files = "Sources/**/*"
end

0 comments on commit 5c0abcc

Please sign in to comment.