update podspec

This commit is contained in:
Or Yagel
2016-08-30 13:55:40 +03:00
parent 602da75e8f
commit 31a01b6c46

View File

@@ -11,6 +11,7 @@ Pod::Spec.new do |s|
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
s.platform = :ios, "7.0"
s.dependency 'React'
end