From 6bf3ca9042453fa3ff9215b8669c0e97f9e7afe3 Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Wed, 14 Apr 2021 08:01:20 +0100 Subject: [PATCH] Updated meta data: - new version bump - rename part of app to flagsmith --- BulletTrainClient.podspec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/BulletTrainClient.podspec b/BulletTrainClient.podspec index bd034a3..88a21ac 100644 --- a/BulletTrainClient.podspec +++ b/BulletTrainClient.podspec @@ -8,13 +8,13 @@ Pod::Spec.new do |s| s.name = 'BulletTrainClient' - s.version = '1.0.0' - s.summary = 'iOS Client written in Swift for Bullet-Train. Ship features with confidence using feature flags and remote config.' - s.homepage = 'https://github.com/SolidStateGroup/bullet-train-ios-client' + s.version = '1.0.1' + s.summary = 'iOS Client written in Swift for Flagsmith. Ship features with confidence using feature flags and remote config.' + s.homepage = 'https://github.com/Flagsmith/flagsmith-ios-client' s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'Kyle Johnson' => 'Kyle.johnson@bullet-train.io' } - s.source = { :git => 'https://github.com/SolidStateGroup/bullet-train-ios-client.git', :tag => s.version.to_s } - s.social_media_url = 'https://twitter.com/getbullettrain' + s.author = { 'Kyle Johnson' => 'Kyle.johnson@flagsmith.com' } + s.source = { :git => 'https://github.com/Flagsmith/flagsmith-ios-client.git', :tag => s.version.to_s } + s.social_media_url = 'https://twitter.com/getflagsmith' s.ios.deployment_target = '8.0'