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