forked from bevy/photo-editor
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mohamed Hamed
committed
Aug 16, 2019
1 parent
44033c8
commit 38c968b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'iOSPhotoEditor' | ||
s.version = '0.6.1' | ||
s.version = '0.7.0' | ||
s.summary = 'Photo Editor supports drawing, writing text and adding stickers and emojis' | ||
|
||
s.description = <<-DESC | ||
|
@@ -12,7 +12,7 @@ with the ability to scale and rotate objects | |
s.license = { :type => 'MIT', :file => 'LICENSE.md' } | ||
s.author = { 'Mohamed Hamed' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/M-Hamed/photo-editor.git', :tag => s.version.to_s } | ||
s.swift_version = '4.2' | ||
s.swift_version = '5.0' | ||
|
||
s.ios.deployment_target = '9.0' | ||
s.source_files = "Photo Editor/**/*.{swift}" | ||
|