mirror of
https://github.com/status-im/react-native-linear-gradient.git
synced 2025-02-20 19:38:07 +00:00
Merge pull request #71 from greis/patch-2
Add required fields to podspec
This commit is contained in:
commit
d1f7b2ba9b
@ -3,6 +3,8 @@ Pod::Spec.new do |s|
|
||||
s.name = "BVLinearGradient"
|
||||
s.version = "1.5.2"
|
||||
s.homepage = "https://github.com/brentvatne/react-native-linear-gradient"
|
||||
s.summary = "A <LinearGradient /> component for react-native"
|
||||
s.author = "Brent Vatne"
|
||||
s.platform = :ios, "7.0"
|
||||
s.source = { :git => "https://github.com/brentvatne/react-native-linear-gradient.git", :tag => "#{s.version}" }
|
||||
s.source_files = 'BVLinearGradient/*.{h,m}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user