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

Commit d1d10ba

Browse files
Eric SchulteEric Schulte
authored andcommitted
-beta needed for tag name
1 parent f865811 commit d1d10ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.author = 'Microsoft Corporation'
77
s.license = 'MIT'
88
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}" }
9+
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}-beta" }
1010
s.platform = :ios, '7.0'
1111
s.source_files = 'ios/CodePush/*.{h,m}', 'ios/CodePush/SSZipArchive/*.{h,m}', 'ios/CodePush/SSZipArchive/aes/*.{h,c}', 'ios/CodePush/SSZipArchive/minizip/*.{h,c}'
1212
s.public_header_files = 'ios/CodePush/CodePush.h'

0 commit comments

Comments
 (0)