Files
react-native-vector-icons/RNVectorIcons.podspec
Joel Arvidsson 9c01b3c8cb Released 0.8.4.
2015-10-28 11:00:43 -04:00

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