Skip to content

Commit bebda5a

Browse files
committed
confirm to semver
1 parent c8ba7be commit bebda5a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

RNZipArchive.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)