Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit cf08999

Browse files
committed
Adds podspec file for CocoaPods support.
1 parent 7d9162d commit cf08999

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CodePush.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = 'CodePush'
4+
s.version = '1.6.0-beta'
5+
s.summary = 'React Native plugin for the CodePush service'
6+
s.author = 'Microsoft Corporation'
7+
s.license = 'MIT'
8+
s.homepage = 'http://microsoft.github.io/code-push/'
9+
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}" }
10+
s.platform = :ios, '7.0'
11+
s.source_files = '*.{h,m}', 'SSZipArchive/*.{h,m}', 'SSZipArchive/aes/*.{h,c}', 'SSZipArchive/minizip/*.{h,c}'
12+
s.preserve_paths = '*.js'
13+
s.library = 'z'
14+
s.dependency 'React'
15+
16+
end

0 commit comments

Comments
 (0)