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'