Skip to content

Commit 5bf0bae

Browse files
authored
Merge pull request #55 from DioneJM/master
Fix: update podspec to retrieve source via git tag
2 parents ee5dcf5 + eedd904 commit 5bf0bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-aes.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
77
s.license = 'MIT'
88
s.requires_arc = true
99
s.homepage = "https://github.com/tectiv3/react-native-aes"
10-
s.source = { :git => 'https://github.com/tectiv3/react-native-aes' }
10+
s.source = { :git => 'https://github.com/tectiv3/react-native-aes', :tag => "v#{s.version}" }
1111
s.platform = :ios, '9.0'
1212
s.source_files = "ios/**/*.{h,m}"
1313

0 commit comments

Comments
 (0)