mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-03 15:14:18 +00:00
add RNSVG.podspec
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
require 'json'
|
||||||
|
|
||||||
|
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
||||||
|
|
||||||
|
Pod::Spec.new do |s|
|
||||||
|
s.name = 'RNSVG'
|
||||||
|
s.version = package['version']
|
||||||
|
s.summary = package['description']
|
||||||
|
s.license = package['license']
|
||||||
|
s.homepage = 'https://github.com/magicismight/react-native-svg'
|
||||||
|
s.authors = 'Horcrux Chen'
|
||||||
|
s.source = { :git => 'https://github.com/magicismight/react-native-svg.git', :tag => "v#{s.version}" }
|
||||||
|
s.source_files = 'ios/**/*.{h,m}'
|
||||||
|
s.framework = 'React'
|
||||||
|
s.requires_arc = true
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user