Skip to content

Commit 1d22be5

Browse files
committed
Modified Podspec to finally work with Firebase. Bumped to 0.1.2.
1 parent ad0aba9 commit 1d22be5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

FirebaseUI.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
Pod::Spec.new do |s|
22
s.name = "FirebaseUI"
3-
s.version = "0.1.1"
3+
s.version = "0.1.2"
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]" }
8-
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => 'v0.1.1' }
8+
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => 'v0.1.2' }
99
s.source_files = "FirebaseUI/**/*.{h,m}"
1010
s.dependency 'Firebase', '~> 2.3'
1111
s.platform = :ios
1212
s.ios.deployment_target = '7.0'
13-
s.ios.framework = 'UIKit', 'Foundation'
13+
s.libraries = "c++", "icucore"
14+
s.ios.framework = "CFNetwork", "Security", "Firebase", "SystemConfiguration", "UIKit", "Foundation"
1415
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Firebase"'}
1516
s.requires_arc = true
1617
end

0 commit comments

Comments
 (0)