Skip to content

Commit 88caf1c

Browse files
committed
Bump version to 1.1.0
1 parent 2153e12 commit 88caf1c

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -222,19 +222,9 @@ let combinedImage = backgroundImage + iconImage
222222
Installation
223223
------------
224224

225-
- **For iOS 8+ projects:** Use [CocoaPods](https://cocoapods.org) with Podfile:
226-
227-
```ruby
228-
pod 'SwiftyImage', '~> 1.0'
229-
```
230-
231-
232-
- **For iOS 7 projects:** I recommend you to try [CocoaSeeds](https://github.com/devxoul/CocoaSeeds), which uses source code instead of dynamic frameworks. Sample Seedfile:
233-
234-
```ruby
235-
github 'devxoul/SwiftyImage', '1.0.0', :files => 'Sources/SwiftyImage.swift'
236-
```
237-
225+
```ruby
226+
pod 'SwiftyImage', '~> 1.1'
227+
```
238228

239229
Playground
240230
----------

SwiftyImage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftyImage'
3-
s.version = '1.0.0'
3+
s.version = '1.1.0'
44
s.summary = 'The most sexy way to use images in Swift.'
55
s.homepage = 'https://github.com/devxoul/SwiftyImage'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)