Refactor, hoist closure creation.

This commit is contained in:
Mikael Sand
2019-01-06 02:19:41 +02:00
parent 741509763c
commit 732e5752de
3 changed files with 26 additions and 10 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ Pod::Spec.new do |s|
s.version = package['version']
s.summary = package['description']
s.license = package['license']
s.homepage = 'https://github.com/magicismight/react-native-svg'
s.homepage = 'https://github.com/react-native-community/react-native-svg'
s.authors = 'Horcrux Chen'
s.source = { :git => 'https://github.com/magicismight/react-native-svg.git', :tag => s.version }
s.source = { :git => 'https://github.com/react-native-community/react-native-svg.git', :tag => s.version }
s.source_files = 'ios/**/*.{h,m}'
s.requires_arc = true
s.platforms = { :ios => "8.0", :tvos => "9.2" }