mirror of
https://github.com/status-im/react-native-blur.git
synced 2026-08-31 15:11:07 +00:00
8 lines
175 B
Ruby
8 lines
175 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "react-native-blur"
|
|
s.version = "0.7.9"
|
|
s.source_files = "ios/*.{h,m}"
|
|
s.dependency 'React'
|
|
s.platform = :ios, "8.0"
|
|
end
|