Update lib

This commit is contained in:
Zhigang Fang
2016-09-09 02:10:47 +08:00
parent f57b79fdeb
commit 7b511cb794

View File

@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/zhigang1992/react-native-pushy.git", :tag => s.version }
s.source_files = 'ios/**/*.{h,m,c}'
s.library = ['z.tbd', 'bz2.1.0.tbd']
s.library = ['z', 'bz2.1.0']
s.dependency 'React'
end