react-native-blur/react-native-blur.podspec

14 lines
553 B
Plaintext
Raw Normal View History

2016-01-18 23:28:52 +00:00
Pod::Spec.new do |s|
s.name = "react-native-blur"
s.version = "0.7.10"
2016-01-18 23:28:52 +00:00
s.source_files = "ios/*.{h,m}"
s.platform = :ios, "8.0"
s.authors = { "Alexey Kureev" => "kureev-mail@ya.ru" }
s.license = "MIT"
s.summary = "Component implementation for UIVisualEffectView's blur and vibrancy effect."
s.homepage = "https://github.com/react-native-fellowship/react-native-blur"
s.source = { :git => "https://github.com/react-native-fellowship/react-native-blur.git" }
2016-01-18 23:28:52 +00:00
s.dependency 'React'
end