Merge pull request #58 from oblador/cocoapods-1.5

CocoaPods support
This commit is contained in:
Dmitry Gladkov 2016-02-08 16:44:41 +02:00
commit 9ebc893d25

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 = 'BVLinearGradient/*.{h,m}'
s.preserve_paths = "**/*.js"
s.dependency 'React'
end