You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[x][Create and manipulate images with CGContext](#play-with-cgcontext)
15
15
*[x][Combine images with `+` operator](#image-operator)
16
16
*[x] iOS support
17
-
*[ ]OS X support
17
+
*[ ]macOS support
18
18
19
19
20
20
At a Glance
@@ -175,14 +175,14 @@ Installation
175
175
-**For iOS 8+ projects:** Use [CocoaPods](https://cocoapods.org) with Podfile:
176
176
177
177
```ruby
178
-
pod 'SwiftyImage', '~> 0.5'
178
+
pod 'SwiftyImage', '~> 1.0'
179
179
```
180
180
181
181
182
182
-**For iOS 7projects:**I recommend you to try [CocoaSeeds](https://github.com/devxoul/CocoaSeeds), which uses source code instead of dynamic frameworks. SampleSeedfile:
0 commit comments