2016-01-19 00:28:52 +01:00
|
|
|
Pod::Spec.new do |s|
|
2016-04-06 11:43:32 -04:00
|
|
|
s.name = "react-native-blur"
|
2016-05-23 11:43:04 -04:00
|
|
|
s.version = "0.8.0"
|
2016-01-19 00:28:52 +01:00
|
|
|
s.source_files = "ios/*.{h,m}"
|
2017-06-13 11:41:35 +02:00
|
|
|
s.ios.deployment_target = '8.0'
|
|
|
|
s.tvos.deployment_target = '9.0'
|
2016-04-06 11:43:32 -04:00
|
|
|
s.authors = { "Alexey Kureev" => "kureev-mail@ya.ru" }
|
|
|
|
s.license = "MIT"
|
|
|
|
s.summary = "Component implementation for UIVisualEffectView's blur and vibrancy effect."
|
2017-07-10 15:23:25 +02:00
|
|
|
s.homepage = "https://github.com/react-native-community/react-native-blur"
|
|
|
|
s.source = { :git => "https://github.com/react-native-community/react-native-blur.git" }
|
2016-04-06 11:43:32 -04:00
|
|
|
|
2016-01-19 00:28:52 +01:00
|
|
|
s.dependency 'React'
|
|
|
|
end
|