Skip to content

Commit

Permalink
update cocoa pod version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yramanchuk committed Oct 21, 2016
1 parent bb824aa commit b1fadb4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 12 deletions.
5 changes: 3 additions & 2 deletions FirebaseUI.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Pod::Spec.new do |s|
s.name = 'FirebaseUI'
s.version = '0.6.1'
s.version = '0.6.2'
s.summary = 'UI binding libraries for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'FirebaseUIFrameworks/LICENSE' }
s.source = { :http => 'https://github.com/firebase/FirebaseUI-iOS/releases/download/v0.6.1/FirebaseUIFrameworks.zip' }
# s.source = { :http => 'https://github.com/firebase/FirebaseUI-iOS/releases/download/v0.6.2/FirebaseUIFrameworks.zip' }
s.source = { :http => "file:///Users/yuryr/Documents/work/git/FirebaseUI-iOS/FirebaseUIFrameworks.zip" }
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '8.0'
Expand Down
2 changes: 1 addition & 1 deletion FirebaseUI_dev_auth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAuthUI'
s.version = '0.6.1'
s.version = '0.6.2'
s.summary = 'UI Auth Base library for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0' }
Expand Down
2 changes: 1 addition & 1 deletion FirebaseUI_dev_db.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseDatabaseUI'
s.version = '0.6.1'
s.version = '0.6.2'
s.summary = 'Firebase Database UI binding library.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0' }
Expand Down
2 changes: 1 addition & 1 deletion FirebaseUI_dev_fb.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseFacebookAuthUI'
s.version = '0.6.1'
s.version = '0.6.2'
s.summary = 'Facebook UI binding library for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0' }
Expand Down
2 changes: 1 addition & 1 deletion FirebaseUI_dev_ggl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseGoogleAuthUI'
s.version = '0.6.1'
s.version = '0.6.2'
s.summary = 'Google UI binding library for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0' }
Expand Down
2 changes: 1 addition & 1 deletion FirebaseUI_dev_storage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseStorageUI'
s.version = '0.6.1'
s.version = '0.6.2'
s.summary = 'UI Storage library for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0' }
Expand Down
2 changes: 1 addition & 1 deletion FirebaseUI_dev_tw.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseTwitterAuthUI'
s.version = '0.6.1'
s.version = '0.6.2'
s.summary = 'Twitter UI binding library for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0' }
Expand Down
6 changes: 2 additions & 4 deletions build.swift
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,10 @@ rm(BuiltProductsDir + "samples/swift/Podfile.lock", isDirectory: false, isStrict
rm(BuiltProductsDir + "samples/swift/GoogleService-Info.plist", isDirectory: false, isStrict: false)
rm(BuiltProductsDir + "samples/objc/FirebaseUI-demo-objc.xcodeproj/xcuserdata", isDirectory: true, isStrict: false)
rm(BuiltProductsDir + "samples/objc/FirebaseUI-demo-objc.xcodeproj/project.xcworkspace", isDirectory: true, isStrict: false)
rm(BuiltProductsDir + "samples/objc/FirebaseUI-demo-objc.xcworkspace/xcuserdata", isDirectory: true, isStrict: false)
rm(BuiltProductsDir + "samples/objc/FirebaseUI-demo-objc.xcworkspace", isDirectory: true, isStrict: false)
rm(BuiltProductsDir + "samples/swift/FirebaseUI-demo-swift.xcodeproj/xcuserdata", isDirectory: true, isStrict: false)
rm(BuiltProductsDir + "samples/swift/FirebaseUI-demo-swift.xcworkspace/xcuserdata", isDirectory: true, isStrict: false)
rm(BuiltProductsDir + "samples/swift/FirebaseUI-demo-swift.xcodeproj/project.xcworkspace", isDirectory: true, isStrict: false)
// ln(from: "./objc/FirebaseUI-demo-objc.xcworkspace", to: BuiltProductsDir + "samples/FirebaseUI-demo-objc.xcworkspace")
// ln(from: "./swift/FirebaseUI-demo-swift.xcworkspace", to: BuiltProductsDir + "samples/FirebaseUI-demo-swift.xcworkspace")
rm(BuiltProductsDir + "samples/swift/FirebaseUI-demo-swift.xcworkspace", isDirectory: true, isStrict: false)

// clean up build artifacts afterward
zip("FirebaseUIFrameworks", output: "FirebaseUIFrameworks.zip")
Expand Down

0 comments on commit b1fadb4

Please sign in to comment.