diff --git a/BVLinearGradient.podspec b/BVLinearGradient.podspec new file mode 100644 index 0000000..6dc3f64 --- /dev/null +++ b/BVLinearGradient.podspec @@ -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 \ No newline at end of file