aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/FirebaseCore.podspec
blob: bf1d8395b8e62a27e153fc8c3f3c36ee51b7c114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This podspec is not intended to be deployed. It is solely for the static
# library framework build process at
# https://github.com/firebase/firebase-ios-sdk/tree/master/BuildFrameworks

Pod::Spec.new do |s|
  s.name             = 'FirebaseCore'
  s.version          = '4.0.3'
  s.summary          = 'Firebase Open Source Libraries for iOS.'

  s.description      = <<-DESC
Simplify your iOS development, grow your user base, and monetize more effectively with Firebase.
                       DESC

  s.homepage         = 'https://firebase.google.com'
  s.license          = { :type => 'Apache', :file => '../../LICENSE' }
  s.authors          = 'Google, Inc.'

  # NOTE that the FirebaseDev pod is neither publicly deployed nor yet interchangeable with the
  # Firebase pod
  s.source           = { :git => 'https://github.com/firebase/firebase-ios-sdk.git', :tag => s.version.to_s }
  s.social_media_url = 'https://twitter.com/Firebase'
  s.ios.deployment_target = '7.0'
  s.osx.deployment_target = '10.10'

  s.source_files = '**/*.[mh]'
  s.public_header_files =
    'FirebaseCore.h',
    'FIRAnalyticsConfiguration.h',
    'FIRApp.h',
    'FIRConfiguration.h',
    'FIRLoggerLevel.h',
    'FIROptions.h',
    'FIRCoreSwiftNameSupport.h'

  s.dependency 'GoogleToolboxForMac/NSData+zlib', '~> 2.1'
end