...
|
...
|
@@ -6,7 +6,7 @@ Pod::Spec.new do |s| |
|
|
s.license = 'MIT'
|
|
|
s.homepage = 'n/a'
|
|
|
s.authors = { "wkh237" => "xeiyan@gmail.com" }
|
|
|
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.6'}
|
|
|
s.source = { :git => "http://git.yoho.cn/mobile/react-native-fetch-blob", :branch => '1.0.0'}
|
|
|
s.source_files = 'ios/**/*.{h,m}'
|
|
|
s.platform = :ios, "7.0"
|
|
|
s.dependency 'React/Core'
|
...
|
...
|
|