aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseCommunity.podspec
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-08-02 10:56:19 -0700
committerGravatar GitHub <noreply@github.com>2017-08-02 10:56:19 -0700
commit8b840bf9effbb911b41708a1892e98b3f51d3896 (patch)
treefa1863e9ce22237cffb4e9396ec189f130cd1fe5 /FirebaseCommunity.podspec
parent60a1cc5584720dee263c9ad5ab7877d3ddc14fda (diff)
Fixes community podspec for Auth. (#170)
Diffstat (limited to 'FirebaseCommunity.podspec')
-rw-r--r--FirebaseCommunity.podspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/FirebaseCommunity.podspec b/FirebaseCommunity.podspec
index 4472ac2..7e33948 100644
--- a/FirebaseCommunity.podspec
+++ b/FirebaseCommunity.podspec
@@ -52,7 +52,6 @@ Firebase Development CocoaPod including experimental and community supported fea
sp.xcconfig = { 'OTHER_CFLAGS' => '-DFIRAuth_VERSION=' + s.version.to_s +
' -DFIRAuth_MINOR_VERSION=' + s.version.to_s.split(".")[0] + "." + s.version.to_s.split(".")[1]
}
- sp.resources = [ 'Firebase/Auth/Source/FirebaseAuth.bundle' ]
sp.framework = 'Security'
sp.dependency 'FirebaseCommunity/Core'
sp.dependency 'GTMSessionFetcher/Core', '~> 1.1'