mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-06 08:23:33 +08:00
Improve podspec
This commit is contained in:
@@ -6,10 +6,10 @@ Pod::Spec.new do |s|
|
||||
|
||||
s.name = 'CodePush'
|
||||
s.version = package['version'].sub('-beta', '')
|
||||
s.summary = 'React Native module for the CodePush service'
|
||||
s.author = 'Microsoft Corporation'
|
||||
s.license = 'MIT'
|
||||
s.homepage = 'http://microsoft.github.io/code-push/'
|
||||
s.summary = package['description']
|
||||
s.author = package['author']
|
||||
s.license = package['license']
|
||||
s.homepage = package['homepage']
|
||||
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}-beta"}
|
||||
s.platform = :ios, '7.0'
|
||||
s.preserve_paths = '*.js'
|
||||
@@ -27,4 +27,4 @@ Pod::Spec.new do |s|
|
||||
ss.private_header_files = 'ios/CodePush/SSZipArchive/*.h', 'ios/CodePush/SSZipArchive/aes/*.h', 'ios/CodePush/SSZipArchive/minizip/*.h'
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user