Update react-native-blur.podspec

The version here must be kept in sync with the version in package.json for Cocoapods to correctly install the new version.
This commit is contained in:
Arno Fortelny 2016-05-23 11:43:04 -04:00
parent 5c4ad054a2
commit cd3e9eae2e

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-blur"
s.version = "0.7.10"
s.version = "0.8.0"
s.source_files = "ios/*.{h,m}"
s.platform = :ios, "8.0"
s.authors = { "Alexey Kureev" => "kureev-mail@ya.ru" }