Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Update for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
morizotter committed Sep 20, 2016
1 parent d750f5e commit 439b461
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source 'https://rubygems.org'
gem 'cocoapods', '0.39.0'
gem 'cocoapods', '1.1.0.rc.2'
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Git clone or download this repository and open **SwiftyDrop.xcodeproj** . You c
## Runtime Requirements

- iOS8.0 or later
- Xcode 7.0
- Xcode 8.0
- Swift 2.3

## Installation and Setup

Expand All @@ -56,15 +57,15 @@ To integrate TouchVisualizer into your Xcode project using CocoaPods, specify it
```bash
platform :ios, '8.0'
use_frameworks!
pod 'SwiftyDrop', '~>2.0'
pod 'SwiftyDrop', '~>2.5'
```

###Installing with Carthage

Just add to your Cartfile:

```ogdl
github "morizotter/SwiftyDrop" ~> 2.0
github "morizotter/SwiftyDrop" ~> 2.5
```

###Manual Installation
Expand Down
2 changes: 1 addition & 1 deletion SwiftyDrop.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftyDrop"
s.version = "2.4.1"
s.version = "2.5.0"
s.summary = "SwiftyDrop is a lightweight pure Swift simple and beautiful dropdown message."

s.description = <<-DESC
Expand Down

0 comments on commit 439b461

Please sign in to comment.