We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ae0cd commit 6edb913Copy full SHA for 6edb913
react-native-aes.podspec
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7
s.license = 'MIT'
8
s.requires_arc = true
9
s.homepage = "https://github.com/tectiv3/react-native-aes"
10
- s.source = { :git => 'https://github.com/tectiv3/react-native-aes' }
+ s.source = { :git => 'https://github.com/tectiv3/react-native-aes', :tag => 'v#{s.version}' }
11
s.platform = :ios, '9.0'
12
s.source_files = "ios/**/*.{h,m}"
13
0 commit comments