diff --git a/CodePush.podspec b/CodePush.podspec index a009188..a7c361a 100644 --- a/CodePush.podspec +++ b/CodePush.podspec @@ -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 \ No newline at end of file