mirror of
https://github.com/status-im/react-native-linear-gradient.git
synced 2025-01-21 05:00:05 +00:00
Adds CocoaPods podspec.
This commit is contained in:
parent
36ca8342de
commit
a062ad5bb7
12
BVLinearGradient.podspec
Normal file
12
BVLinearGradient.podspec
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Pod::Spec.new do |s|
|
||||||
|
|
||||||
|
s.name = "BVLinearGradient"
|
||||||
|
s.version = "1.5.0"
|
||||||
|
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}" }
|
||||||
|
s.source_files = '*.{h,m}'
|
||||||
|
s.preserve_paths = "**/*.js"
|
||||||
|
s.dependency 'React'
|
||||||
|
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user