Adds CocoaPods podspec.

This commit is contained in:
Joel Arvidsson 2016-02-07 14:22:33 +01:00
parent 36ca8342de
commit a062ad5bb7

12
BVLinearGradient.podspec Normal file
View 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