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

Commit 62d87cd

Browse files
committed
Improve podspec
1 parent 93ed334 commit 62d87cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CodePush.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Pod::Spec.new do |s|
66

77
s.name = 'CodePush'
88
s.version = package['version'].sub('-beta', '')
9-
s.summary = 'React Native module for the CodePush service'
10-
s.author = 'Microsoft Corporation'
11-
s.license = 'MIT'
12-
s.homepage = 'http://microsoft.github.io/code-push/'
9+
s.summary = package['description']
10+
s.author = package['author']
11+
s.license = package['license']
12+
s.homepage = package['homepage']
1313
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}-beta"}
1414
s.platform = :ios, '7.0'
1515
s.preserve_paths = '*.js'
@@ -27,4 +27,4 @@ Pod::Spec.new do |s|
2727
ss.private_header_files = 'ios/CodePush/SSZipArchive/*.h', 'ios/CodePush/SSZipArchive/aes/*.h', 'ios/CodePush/SSZipArchive/minizip/*.h'
2828
end
2929

30-
end
30+
end

0 commit comments

Comments
 (0)