Skip to content

Commit

Permalink
fixes for podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Chausov committed Jul 29, 2021
1 parent 3299e4b commit d6c07cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SurfPlaybook.podspec
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
spec.platform = :ios, "11.0"
spec.swift_version = '5.0'

spec.source = { :git => "https://github.com/surfstudio/SurfPlaybook", :tag => "#{spec.version}" }
spec.source = { :git => "https://github.com/surfstudio/SurfPlaybook.git", :tag => "#{spec.version}" }
spec.source_files = "SurfPlaybook/**/*.{swift,strings}"
spec.resources = "SurfPlaybook/**/*.{xib,xcassets}"
end

0 comments on commit d6c07cc

Please sign in to comment.