react-native-linear-gradient/BVLinearGradient.podspec

13 lines
423 B
Plaintext
Raw Normal View History

2016-02-07 14:22:33 +01:00
Pod::Spec.new do |s|
s.name = "BVLinearGradient"
2016-03-09 16:51:06 -05:00
s.version = "1.5.2"
2016-02-07 14:22:33 +01:00
s.homepage = "https://github.com/brentvatne/react-native-linear-gradient"
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