Skip to content

Commit

Permalink
[Update] Firebase (1.1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikrum Nijjar committed Feb 4, 2014
1 parent 3a024b6 commit 8061c3d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Firebase/1.1.2/Firebase.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "Firebase"
s.version = "1.1.2"
s.summary = "The Firebase iOS framework for adding realtime data synchronization to your app."
s.homepage = "https://www.firebase.com/"
s.license = { :type => 'Commercial', :text => 'https://www.firebase.com/terms/terms-of-service.html' }
s.author = { "Firebase" => "support@firebase.com" }
s.source = { :http => "https://cdn.firebase.com/ObjC/Firebase.framework-1.1.2.zip" }
s.platform = :ios, '6.0'
s.preserve_paths = 'Firebase.framework'
s.framework = 'CFNetwork', 'Security', 'Firebase'
s.library = 'icucore', 'c++'
s.requires_arc = true
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC', 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Firebase"' }
end

0 comments on commit 8061c3d

Please sign in to comment.