Skip to content

Commit

Permalink
Merge pull request #34 from mockingbot/semver
Browse files Browse the repository at this point in the history
semver
  • Loading branch information
plrthink authored Feb 27, 2017
2 parents c8ba7be + bebda5a commit b1b8a0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions RNZipArchive.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ Pod::Spec.new do |s|
s.summary = package['description']
s.author = package['author']
s.license = package['license']
s.homepage = package['homepage']
s.source = { :git => 'https://github.com/plrthink/react-native-zip-archive.git', :tag => "v#{s.version}"}
s.platform = :ios, '7.0'
s.source = { :git => 'https://github.com/mockingbot/react-native-zip-archive.git', :tag => "v#{s.version}"}
s.platform = :ios, '8.0'
s.preserve_paths = '*.js'
s.library = 'z'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-zip-archive",
"version": "0.1.0",
"version": "1.0.0",
"description": "A little wrapper on ZipArchive for react-native",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b1b8a0e

Please sign in to comment.