We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3959cc8 commit b1a1d18Copy full SHA for b1a1d18
templates/library/<%= project.podspec %>.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
s.authors = package["author"]
12
13
s.platforms = { :ios => "9.0" }
14
- s.source = { :git => "<%= repo %>", :tag => "#{s.version}" }
+ s.source = { :git => "<%= repo %>.git", :tag => "#{s.version}" }
15
16
s.source_files = "ios/**/*.{h,m}"
17
0 commit comments