Skip to content

Commit b1a1d18

Browse files
committed
fix: add .git to repo URL to make cocoapod happy
1 parent 3959cc8 commit b1a1d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/library/<%= project.podspec %>.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.authors = package["author"]
1212

1313
s.platforms = { :ios => "9.0" }
14-
s.source = { :git => "<%= repo %>", :tag => "#{s.version}" }
14+
s.source = { :git => "<%= repo %>.git", :tag => "#{s.version}" }
1515

1616
s.source_files = "ios/**/*.{h,m}"
1717

0 commit comments

Comments
 (0)