Skip to content

Commit e9a376c

Browse files
authored
Fix tag in Podspec (#300)
1 parent 1a5b235 commit e9a376c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ios/A0Auth0.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ Pod::Spec.new do |s|
1111
s.license = { :type => "MIT", :file => "../LICENSE" }
1212
s.authors = { "Auth0" => "[email protected]" }
1313
s.platforms = { :ios => "9.0" }
14-
s.source = { :git => "https://github.com/auth0/react-native-auth0.git", :tag => "#{s.version}" }
14+
s.source = { :git => "https://github.com/auth0/react-native-auth0.git", :tag => "v#{s.version}" }
1515

1616
s.source_files = "*.{h,m,swift}"
1717
s.requires_arc = true
1818

1919
s.dependency "React"
2020
end
21-

0 commit comments

Comments
 (0)