Skip to content

Commit

Permalink
Merge pull request #23 from dennisweissmann/release/0.3.2
Browse files Browse the repository at this point in the history
new release (0.3.2)
  • Loading branch information
dennisweissmann committed Apr 3, 2016
2 parents 24332c7 + 1c8d9a9 commit 3f089cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DeviceKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DeviceKit'
s.version = '0.3.1'
s.version = '0.3.2'
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'

s.description = <<-DESC
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@

## Requirements

- iOS 8.0+ / tvOS 9.0+
- iOS 8.0+ / tvOS 9.0+ (linking against iOS 9.3 and tvOS 9.2 required)
- Xcode 7.3+

### Note:
**Version 0.3.1 requires Xcode 7.3** because it contains a fix for the `UIUserInterfaceIdiom` wrapper enum that would not build otherwise (specifically you need to link against the iOS 9.3 SDK). If you still use Xcode 7.2.1 or lower (and do not link against the latest SDK) please use version 0.3.0.


## Installation
DeviceKit can be installed in various ways.
### CocoaPods
Expand All @@ -34,13 +30,13 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'DeviceKit', '~> 0.3.1'
pod 'DeviceKit', '~> 0.3.2'
```

### Carthage

```ogdl
github "dennisweissmann/DeviceKit" ~> 0.3.1
github "dennisweissmann/DeviceKit" ~> 0.3.2
```

### Manually
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.3.1</string>
<string>0.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 3f089cf

Please sign in to comment.