update podspec, point to our repo

and other updates from thiemo--bleeken
This commit is contained in:
Pedro Belo 2017-04-26 14:52:50 -07:00
parent 7d33bd5ad6
commit e4876b75df
1 changed files with 4 additions and 3 deletions

View File

@ -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