Add podspec

This commit is contained in:
Adrien Brault 2016-01-19 00:28:52 +01:00 committed by Adrien Brault
parent a479f7a56b
commit 6cf779abd8

View File

@ -0,0 +1,7 @@
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