mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-06 08:23:33 +08:00
-beta needed for tag name
This commit is contained in:
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
|
||||
s.author = 'Microsoft Corporation'
|
||||
s.license = 'MIT'
|
||||
s.homepage = 'http://microsoft.github.io/code-push/'
|
||||
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}" }
|
||||
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}-beta" }
|
||||
s.platform = :ios, '7.0'
|
||||
s.source_files = 'ios/CodePush/*.{h,m}', 'ios/CodePush/SSZipArchive/*.{h,m}', 'ios/CodePush/SSZipArchive/aes/*.{h,c}', 'ios/CodePush/SSZipArchive/minizip/*.{h,c}'
|
||||
s.public_header_files = 'ios/CodePush/CodePush.h'
|
||||
|
||||
Reference in New Issue
Block a user