File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ Pod::Spec.new do |s|
99 s . summary = package [ 'description' ]
1010 s . author = package [ 'author' ]
1111 s . license = package [ 'license' ]
12- s . homepage = package [ 'homepage' ]
13- s . source = { :git => 'https://github.com/plrthink/react-native-zip-archive.git' , :tag => "v#{ s . version } " }
14- s . platform = :ios , '7.0'
12+ s . source = { :git => 'https://github.com/mockingbot/react-native-zip-archive.git' , :tag => "v#{ s . version } " }
13+ s . platform = :ios , '8.0'
1514 s . preserve_paths = '*.js'
1615 s . library = 'z'
1716
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-zip-archive" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " A little wrapper on ZipArchive for react-native" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments