Skip to content

Commit

Permalink
Updated to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Stoll committed Feb 13, 2015
1 parent b9b6e54 commit 6abb24b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
##[1.0.1](https://github.com/mutualmobile/MMWormhole/milestones/1.1.0) (Saturday, December 13th, 2014)
##[1.1.1](https://github.com/mutualmobile/MMWormhole/milestones/1.1.1) (Friday, February 13th, 2015)
**NEW**
* Added support for OS X in CocoaPods. (ConfusedVorlon)
* Cleaned up the public headers and init method. (Jérôme Morissard)
* Removed duplicated space. (Christian Sampaio)
* Updated for latest beta of WatchKit. (Fadhel Chaabane)


##[1.1.0](https://github.com/mutualmobile/MMWormhole/milestones/1.1.0) (Saturday, December 13th, 2014)
**NEW**
* Added support for iOS 7 deployment targets. (Orta Therox)
* Added full support for NSCoding and NSKeyedArchiver. (Martin Blech)
Expand Down
2 changes: 1 addition & 1 deletion MMWormhole.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MMWormhole'
s.version = '1.1.0'
s.version = '1.1.1'
s.license = 'MIT'
s.summary = 'Message passing between apps and extensions.'
s.homepage = 'https://github.com/mutualmobile/MMWormhole'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The MMWormhole Example app will only work with your shared App Group identifiers
You can install Wormhole in your project by using [CocoaPods](https://github.com/cocoapods/cocoapods):
```Ruby
pod 'MMWormhole', '~> 1.1.0'
pod 'MMWormhole', '~> 1.1.1'
```

## Overview
Expand Down Expand Up @@ -92,7 +92,7 @@ You can think of message passing between apps and extensions sort of like a web

## Requirements

MMWormhole requires iOS 7.0 or higher.
MMWormhole requires iOS 7.0 or higher or OS X 10.10 or higher.


## Credits
Expand Down

0 comments on commit 6abb24b

Please sign in to comment.