Skip to content

Commit d1dce21

Browse files
committed
WIP: Fixed auth errors
1 parent 56cf551 commit d1dce21

File tree

7 files changed

+325
-143
lines changed

7 files changed

+325
-143
lines changed

ios/Firestack.podspec

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
#
2+
# Be sure to run `pod spec lint Firestack.podspec' to ensure this is a
3+
# valid spec and to remove all comments including this before submitting the spec.
4+
#
5+
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
6+
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
7+
#
8+
9+
Pod::Spec.new do |s|
10+
11+
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
12+
#
13+
# These will help people to find your library, and whilst it
14+
# can feel like a chore to fill in it's definitely to your advantage. The
15+
# summary should be tweet-length, and the description more in depth.
16+
#
17+
18+
s.name = "Firestack"
19+
s.version = "0.0.1"
20+
s.summary = "Firestack makes working with Firebase v3 easy"
21+
22+
# This description is used to generate tags and improve search results.
23+
# * Think: What does it do? Why did you write it? What is the focus?
24+
# * Try to keep it short, snappy and to the point.
25+
# * Write the description between the DESC delimiters below.
26+
# * Finally, don't worry about the indent, CocoaPods strips it!
27+
s.description = <<-DESC
28+
Wanna integrate firebase into your app using React Native?
29+
DESC
30+
31+
s.homepage = "http://fullstackreact.com"
32+
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
33+
34+
35+
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
36+
#
37+
# Licensing your code is important. See http://choosealicense.com for more info.
38+
# CocoaPods will detect a license file if there is a named LICENSE*
39+
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
40+
#
41+
42+
s.license = { :type => "MIT", :file => "../LICENSE" }
43+
44+
45+
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
46+
#
47+
# Specify the authors of the library, with email addresses. Email addresses
48+
# of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also
49+
# accepts just a name if you'd rather not provide an email address.
50+
#
51+
# Specify a social_media_url where others can refer to, for example a twitter
52+
# profile URL.
53+
#
54+
55+
s.author = { "Ari Lerner" => "arilerner@mac.com" }
56+
# Or just: s.author = "Ari Lerner"
57+
# s.authors = { "Ari Lerner" => "arilerner@mac.com" }
58+
# s.social_media_url = "http://twitter.com/Ari Lerner"
59+
60+
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
61+
#
62+
# If this Pod runs only on iOS or OS X, then specify the platform and
63+
# the deployment target. You can optionally include the target after the platform.
64+
#
65+
66+
s.ios.deployment_target = '9.0'
67+
s.osx.deployment_target = '10.9'
68+
s.tvos.deployment_target = '9.0'
69+
s.watchos.deployment_target = '2.0'
70+
71+
# s.platform = :ios
72+
# s.platform = :ios, "5.0"
73+
74+
# When using multiple platforms
75+
# s.ios.deployment_target = "5.0"
76+
# s.osx.deployment_target = "10.7"
77+
# s.watchos.deployment_target = "2.0"
78+
# s.tvos.deployment_target = "9.0"
79+
80+
81+
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
82+
#
83+
# Specify the location from where the source should be retrieved.
84+
# Supports git, hg, bzr, svn and HTTP.
85+
#
86+
87+
# s.source = { :git => "http://EXAMPLE/Firestack.git", :tag => "#{s.version}" }
88+
89+
90+
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
91+
#
92+
# CocoaPods is smart about how it includes source code. For source files
93+
# giving a folder will include any swift, h, m, mm, c & cpp files.
94+
# For header files it will include any header in the folder.
95+
# Not including the public_header_files will make all headers public.
96+
#
97+
98+
s.source_files = "Firestack", "Firestack/**/*.{h,m}"
99+
# s.exclude_files = "Classes/Exclude"
100+
101+
# s.public_header_files = "Classes/**/*.h"
102+
103+
104+
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
105+
#
106+
# A list of resources included with the Pod. These are copied into the
107+
# target bundle with a build phase script. Anything else will be cleaned.
108+
# You can preserve files from being cleaned, please don't preserve
109+
# non-essential files like tests, examples and documentation.
110+
#
111+
112+
# s.resource = "icon.png"
113+
# s.resources = "Resources/*.png"
114+
115+
s.preserve_paths = "**/*.js"
116+
117+
118+
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
119+
#
120+
# Link your library with frameworks, or libraries. Libraries do not include
121+
# the lib prefix of their name.
122+
#
123+
124+
# s.framework = "SomeFramework"
125+
# s.frameworks = "SomeFramework", "AnotherFramework"
126+
[
127+
'Firebase/Core',
128+
'Firebase/Auth',
129+
'Firebase/Storage',
130+
'Firebase/Database',
131+
'Firebase/RemoteConfig'
132+
].each do |lib|
133+
s.dependency lib
134+
end
135+
136+
# s.library = "iconv"
137+
# s.libraries = "iconv", "xml2"
138+
139+
140+
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
141+
#
142+
# If your library depends on compiler flags you can set them in the xcconfig hash
143+
# where they will only apply to your library. If you depend on other Podspecs
144+
# you can include multiple dependencies to ensure it works.
145+
146+
# s.requires_arc = true
147+
148+
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
149+
# s.dependency "JSONKit", "~> 1.4"
150+
151+
end

0 commit comments

Comments
 (0)