Skip to content

Commit f4c304b

Browse files
author
Kadi Kraman
authored
Merge pull request #553 from FormidableLabs/bugfix/fix-podspec-to-tag
Fix podspec to the correct version tag
2 parents ad0dd88 + 40a8639 commit f4c304b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-app-auth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.authors = package['author']
1111
s.homepage = package['homepage']
1212
s.platform = :ios, '10.0'
13-
s.source = { :git => 'https://github.com/FormidableLabs/react-native-app-auth.git' }
13+
s.source = { :git => 'https://github.com/FormidableLabs/react-native-app-auth.git', :tag => "v#{s.version}" }
1414
s.source_files = 'ios/**/*.{h,m}'
1515
s.requires_arc = true
1616
s.dependency 'React'

0 commit comments

Comments
 (0)