Files
react-native-linear-gradient/BVLinearGradient.podspec
T

15 lines
525 B
Ruby
Raw Normal View History

2016-02-07 14:22:33 +01:00
Pod::Spec.new do |s|
s.name = "BVLinearGradient"
2016-05-05 13:13:46 +03:00
s.version = "1.5.5"
2016-02-07 14:22:33 +01:00
s.homepage = "https://github.com/brentvatne/react-native-linear-gradient"
2016-04-05 16:21:14 -04:00
s.summary = "A <LinearGradient /> component for react-native"
s.author = "Brent Vatne"
2016-02-07 14:22:33 +01:00
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/brentvatne/react-native-linear-gradient.git", :tag => "#{s.version}" }
2016-02-07 17:13:31 +01:00
s.source_files = 'BVLinearGradient/*.{h,m}'
2016-02-07 14:22:33 +01:00
s.preserve_paths = "**/*.js"
s.dependency 'React'
2016-02-07 17:13:31 +01:00
end