Skip to content

Commit 7374461

Browse files
committed
Fixes for Firebase 2.4.1.1 client
1 parent 80d82dd commit 7374461

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

FirebaseUI.podspec

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = "FirebaseUI"
3-
s.version = "0.2.5"
3+
s.version = "0.2.6"
44
s.summary = "UI binding libraries for Firebase."
55
s.homepage = "https://github.com/firebase/FirebaseUI-iOS"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { "Firebase" => "[email protected]" }
88
s.social_media_url = "https://twitter.com/firebase"
9-
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => 'v0.2.5' }
9+
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => s.version.to_s }
1010
s.source_files = "FirebaseUI/**/*.{h,m}"
11-
s.dependency "Firebase", "~> 2.2"
11+
s.dependency "Firebase", "~> 2.4.1.1"
1212
s.platform = :ios
13-
s.ios.deployment_target = "7.0"
14-
s.libraries = "c++", "icucore"
15-
s.ios.framework = "UIKit", "Firebase", "Security", "CFNetwork", "SystemConfiguration"
16-
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Firebase"' }
13+
s.ios.deployment_target = "8.0"
14+
s.ios.framework = "UIKit"
1715
s.requires_arc = true
1816
end

0 commit comments

Comments
 (0)