Skip to content
This repository was archived by the owner on Feb 27, 2022. It is now read-only.

Commit d9c256f

Browse files
committed
fix: iOS CocoaPods
1 parent 81b5751 commit d9c256f

File tree

2 files changed

+18
-24
lines changed

2 files changed

+18
-24
lines changed

ios/RNBackgroundDownload.podspec

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
Pod::Spec.new do |s|
3+
s.name = 'react-native-background-downloader'
4+
s.version = '1.0.0'
5+
s.summary = 'React Native background downloader'
6+
s.description = <<-DESC
7+
A library for React-Native to help you download large files on iOS and Android both in the foreground and most importantly in the background.
8+
DESC
9+
s.author = '[email protected]'
10+
s.homepage = 'https://github.com/EkoLabs/react-native-background-downloader'
11+
s.license = 'MIT'
12+
s.platform = :ios, '7.0'
13+
s.source = { git: 'https://github.com/EkoLabs/react-native-background-downloader.git', tag: 'master' }
14+
s.source_files = 'ios/**/*.{h,m}'
15+
s.requires_arc = true
16+
17+
s.dependency 'React'
18+
end

0 commit comments

Comments
 (0)