mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-01-13 17:32:44 +08:00
17 lines
675 B
Ruby
17 lines
675 B
Ruby
Pod::Spec.new do |s|
|
|
|
|
s.name = "RNVectorIcons"
|
|
s.version = "0.8.4"
|
|
s.summary = "Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling."
|
|
s.homepage = "https://github.com/oblador/react-native-vector-icons"
|
|
s.license = "MIT"
|
|
s.author = { "Joel Arvidsson" => "joel@oblador.se" }
|
|
s.platform = :ios, "7.0"
|
|
s.source = { :git => "https://github.com/oblador/react-native-vector-icons.git", :tag => "v#{s.version}" }
|
|
s.source_files = 'RNVectorIconsManager/**/*.{h,m}'
|
|
s.resources = "Fonts/*.ttf"
|
|
s.preserve_paths = "**/*.js"
|
|
s.dependency 'React'
|
|
|
|
end
|