From a062ad5bb75c7d992f35d3a796ba3da6c6adf5c2 Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Sun, 7 Feb 2016 14:22:33 +0100 Subject: [PATCH] Adds CocoaPods podspec. --- BVLinearGradient.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 BVLinearGradient.podspec 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