No Description

react-native-fetch-blob.podspec 560B

1234567891011121314
  1. Pod::Spec.new do |s|
  2. s.name = "react-native-fetch-blob"
  3. s.version = "0.10.6"
  4. s.summary = "A project committed to make file acess and data transfer easier, effiecient for React Native developers."
  5. s.requires_arc = true
  6. s.license = 'MIT'
  7. s.homepage = 'n/a'
  8. s.authors = { "wkh237" => "xeiyan@gmail.com" }
  9. s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.6'}
  10. s.source_files = 'ios/**/*.{h,m}'
  11. s.platform = :ios, "7.0"
  12. s.dependency 'React/Core'
  13. end