Skip to content

Commit fec4e16

Browse files
authored
Merge pull request #36 from light-of-king/master
add cocoapods homepage description
2 parents b1b8a0e + d676bc0 commit fec4e16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RNZipArchive.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Pod::Spec.new do |s|
99
s.summary = package['description']
1010
s.author = package['author']
1111
s.license = package['license']
12-
s.source = { :git => 'https://github.com/mockingbot/react-native-zip-archive.git', :tag => "v#{s.version}"}
12+
s.homepage = 'https://github.com/mockingbot/react-native-zip-archive'
13+
s.source = { :git => 'https://github.com/mockingbot/react-native-zip-archive.git', :tag => "#{s.version}"}
1314
s.platform = :ios, '8.0'
1415
s.preserve_paths = '*.js'
1516
s.library = 'z'

0 commit comments

Comments
 (0)