diff --git a/README.md b/README.md
index 0fc08ed82208ca83b657d142bd0fd5ab3fe66eda..df21158456171cfe1248316bd6b66606aac05232 100644
--- a/README.md
+++ b/README.md
@@ -72,5 +72,5 @@ github "marmelroy/Zip"
### Setting up with [CocoaPods](http://cocoapods.org/?q=Zip)
```ruby
source 'https://github.com/CocoaPods/Specs.git'
-pod 'Zip', '~> 0.1'
+pod 'Zip', '~> 0.2'
```
diff --git a/Zip.podspec b/Zip.podspec
index 5c246fac76ac7c23df7fb7242415e1230e7438f6..5936432194d6bf0ec862b99c4aeb027ec8256626 100644
--- a/Zip.podspec
+++ b/Zip.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "Zip"
- s.version = "0.1.5"
+ s.version = "0.2.0"
s.summary = "Zip and unzip files in Swift."
# This description is used to generate tags and improve search results.
@@ -27,7 +27,10 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/marmelroy/Zip.git", :tag => s.version.to_s, :submodules => true}
s.social_media_url = "http://twitter.com/marmelroy"
- s.platform = :ios, '8.0'
+ s.ios.deployment_target = '8.0'
+ s.osx.deployment_target = '10.9'
+ s.tvos.deployment_target = '9.0'
+ s.watchos.deployment_target = '2.0'
s.requires_arc = true
s.source_files = 'Zip/*', 'Zip/minizip/*.{c,h}', 'Zip/minizip/aes/*.{c,h}'
diff --git a/Zip.xcodeproj/project.pbxproj b/Zip.xcodeproj/project.pbxproj
index bb53fc24d46020738e76af742e06a13717805ce4..e4732373f6ecc67cb531bc133f3c712750d6ce5a 100644
--- a/Zip.xcodeproj/project.pbxproj
+++ b/Zip.xcodeproj/project.pbxproj
@@ -393,7 +393,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 7;
+ CURRENT_PROJECT_VERSION = 8;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@@ -441,7 +441,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 7;
+ CURRENT_PROJECT_VERSION = 8;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -470,7 +470,7 @@
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 7;
+ DYLIB_CURRENT_VERSION = 8;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Zip/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -492,7 +492,7 @@
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 7;
+ DYLIB_CURRENT_VERSION = 8;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Zip/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
diff --git a/Zip/Info.plist b/Zip/Info.plist
index 2429c6daf9e4e170bb5454883e119384832c07cb..eb546c61f13ab4cdd865d3f10cae59c080764d22 100644
--- a/Zip/Info.plist
+++ b/Zip/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.1.5
+ 0.2.0
CFBundleSignature
????
CFBundleVersion
- 7
+ 8
NSPrincipalClass
diff --git a/ZipTests/Info.plist b/ZipTests/Info.plist
index 3b4743ba31cfefe361013e6c6bae0f61b26daf6f..3e6014b269e1e3447c21a66d69345a3d7bf16af5 100644
--- a/ZipTests/Info.plist
+++ b/ZipTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.1.5
+ 0.2.0
CFBundleSignature
????
CFBundleVersion
- 7
+ 8