update podspec, point to our repo
and other updates from thiemo--bleeken
This commit is contained in:
parent
7d33bd5ad6
commit
e4876b75df
|
@ -8,14 +8,15 @@ Pod::Spec.new do |s|
|
|||
s.summary = "Expose config variables to React Native apps"
|
||||
s.author = "Pedro Belo"
|
||||
|
||||
s.homepage = "https://github.com/thiemo--bleeken/react-native-config"
|
||||
s.homepage = "https://github.com/luggit/react-native-config"
|
||||
|
||||
s.license = "MIT"
|
||||
s.platform = :ios, "7.0"
|
||||
|
||||
s.source = { :git => "https://github.com/thiemo--bleeken/react-native-config.git", :tag => "#{s.version}" }
|
||||
s.source = { :git => "https://github.com/luggit/react-native-config.git", :tag => "#{s.version}" }
|
||||
|
||||
s.source_files = "ios/*.{h,m}"
|
||||
s.source_files = "ios/**/*.{h,m}"
|
||||
s.requires_arc = true
|
||||
|
||||
s.dependency "React"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue