Skip to content

Commit c12f18f

Browse files
committed
Release 1.0.1
1 parent 316c4d3 commit c12f18f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://swift.org/package-manager/)
44
[![License](https://img.shields.io/cocoapods/l/ZLImageEditor.svg?style=flat)](http://cocoadocs.org/docsets/ZLImageEditor)
55
[![Platform](https://img.shields.io/cocoapods/p/ZLImageEditor.svg?style=flat)](http://cocoadocs.org/docsets/ZLImageEditor)
6-
![Language](https://img.shields.io/badge/Language-%20Swift%20-blue.svg)
6+
![Language](https://img.shields.io/badge/Language-%20Swift%20-E57141.svg)
77

88
<img src="https://github.com/longitachi/ImageFolder/blob/master/ZLImageEditor/ZLImageEditor.png" width = "277" height = "600" div align=center/>
99

1010
---------------
1111

1212
ZLImageEditor is a powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, picture stickers, filters.
1313

14-
ZLImageEditor is a part of [ZLPhotoBrowser](https://github.com/longitachi/ZLPhotoBrowser).
14+
ZLImageEditor is extracted from [ZLPhotoBrowser](https://github.com/longitachi/ZLPhotoBrowser).
1515

1616
### Directory
1717
* [Features](#Features)
@@ -24,7 +24,7 @@ ZLImageEditor is a part of [ZLPhotoBrowser](https://github.com/longitachi/ZLPhot
2424
### <a id="Features"></a>Features
2525
- [x] Draw (Support custom line color).
2626
- [x] Crop (Support custom crop ratios).
27-
- [x] Image sticker (Support custom image sticker containe view).
27+
- [x] Image sticker (Support custom image sticker container view).
2828
- [x] Text sticker (Support custom text color).
2929
- [x] Mosaic.
3030
- [x] Filter (Support custom filters).

Sources/General/ZLClipImageViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class ZLClipImageViewController: UIViewController {
116116

117117
var thumbnailImage: UIImage?
118118

119-
var maxClipFrame: CGRect = {
119+
lazy var maxClipFrame: CGRect = {
120120
var insets = deviceSafeAreaInsets()
121121
insets.top += 20
122122
var rect = CGRect.zero

ZLImageEditor.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 = 'ZLImageEditor'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.summary = 'A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, picture stickers, filters.'
55

66
s.homepage = 'https://github.com/longitachi/ZLImageEditor'

ZLImageEditor.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274274
GCC_WARN_UNUSED_FUNCTION = YES;
275275
GCC_WARN_UNUSED_VARIABLE = YES;
276-
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
276+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
277277
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
278278
MTL_FAST_MATH = YES;
279279
ONLY_ACTIVE_ARCH = YES;
@@ -331,7 +331,7 @@
331331
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
332332
GCC_WARN_UNUSED_FUNCTION = YES;
333333
GCC_WARN_UNUSED_VARIABLE = YES;
334-
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
334+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
335335
MTL_ENABLE_DEBUG_INFO = NO;
336336
MTL_FAST_MATH = YES;
337337
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)