We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a0366 commit 2837cfbCopy full SHA for 2837cfb
FlagsmithClient.podspec
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
s.homepage = 'https://github.com/Flagsmith/flagsmith-ios-client'
14
s.license = { :type => 'MIT', :file => 'LICENSE' }
15
s.author = { 'Kyle Johnson' => '[email protected]' }
16
- s.source = { :git => 'https://github.com/Flagsmith/flagsmith-ios-client.git', :tag => s.version.to_s }
+ s.source = { :git => 'https://github.com/Flagsmith/flagsmith-ios-client.git', :tag => "v#{s.version}" }
17
s.social_media_url = 'https://twitter.com/getflagsmith'
18
s.resource_bundles = {
19
'Flagsmith_Privacy' => ['FlagsmithClient/Classes/PrivacyInfo.xcprivacy'],
0 commit comments