Skip to content

Commit

Permalink
Updated meta data:
Browse files Browse the repository at this point in the history
- new version bump
- rename part of app to flagsmith
  • Loading branch information
dabeeeenster committed Apr 14, 2021
1 parent ed99b62 commit 6bf3ca9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions BulletTrainClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 6bf3ca9

Please sign in to comment.