Skip to content

Commit

Permalink
Fixed firebase dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DAVID Amaury committed Dec 6, 2018
1 parent ffbccfa commit ae64904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppGuard.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AppGuard'
s.version = '0.2.0'
s.version = '0.2.1'
s.summary = 'AppGuard is a guard 💂‍♀️ for your iOS app, to check / force users to update your app or show what changed.'
s.homepage = 'https://github.com/smartnsoft/AppGuard'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down Expand Up @@ -30,7 +30,7 @@ Pod::Spec.new do |s|

s.subspec 'FirebaseRemoteConfig' do |firebase|
firebase.dependency 'AppGuard/Core'
firebase.dependency 'Firebase/RemoteConfig', '~> 4.10.0'
firebase.dependency 'Firebase/RemoteConfig', '~> 4.10'
firebase.source_files = 'AppGuard/Classes/Firebase/**/*.{swift}'
end
end

0 comments on commit ae64904

Please sign in to comment.