Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Mar 31, 2018
1 parent 822243b commit 7414c78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -20,6 +20,7 @@ Highly configurable iOS UIView for presenting notifications that doesn't block t

| SwiftyNotifications Version | Minimum iOS Target | Swift Version |
|:--------------------:|:---------------------------:|:---------------------------:|
| 0.5.2 | 9.0 | 4.1 |
| 0.5.1 | 8.0 | 4.0 |
| 0.4 | 8.0 | 3.x |

Expand All @@ -37,7 +38,7 @@ platform :ios, '8.0'
use_frameworks!
target '<Your Target Name>' do
pod 'SwiftyNotifications', '~>0.5.1'
pod 'SwiftyNotifications', '~>0.5.2'
end
```

Expand All @@ -60,7 +61,7 @@ brew install carthage
To integrate SwiftyNotifications into your Xcode project using Carthage, specify it in your Cartfile:

```
github "abdullahselek/SwiftyNotifications" ~> 0.5.1
github "abdullahselek/SwiftyNotifications" ~> 0.5.2
```

## Example Usage
Expand Down
2 changes: 1 addition & 1 deletion SwiftyNotifications.podspec
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
:git => 'https://github.com/abdullahselek/SwiftyNotifications.git',
:tag => s.version.to_s
}
s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.source_files = 'SwiftyNotifications/*.swift'
s.resources = 'SwiftyNotifications/*.xib'
s.requires_arc = true
Expand Down

0 comments on commit 7414c78

Please sign in to comment.