Skip to content

Commit

Permalink
Update PodSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Hamed committed Aug 16, 2019
1 parent 44033c8 commit 38c968b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iOSPhotoEditor.podspec
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
Expand All @@ -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}"
Expand Down

0 comments on commit 38c968b

Please sign in to comment.