Skip to content

Commit 685b4a6

Browse files
committedApr 22, 2020
Update Podspec for 0.11.0
1 parent fb638a9 commit 685b4a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Drawsana.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Drawsana'
3-
spec.version = '0.10.0'
3+
spec.version = '0.11.0'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://asana.github.io/Drawsana'
66
spec.documentation_url = 'https://asana.github.io/Drawsana'
77
spec.authors = { 'Steve Landey' => 'stevelandey@asana.com' }
88
spec.summary = 'Let your users mark up images with freehand drawings, shapes, and text'
9-
spec.source = { :git => 'https://github.com/asana/Drawsana.git', :tag => '0.10.0' }
9+
spec.source = { :git => 'https://github.com/asana/Drawsana.git', :tag => '0.11.0' }
1010
spec.source_files = 'Drawsana/**/*.swift'
1111

1212
spec.platform = :ios, '9.0'
1313

14-
spec.swift_version = '4.2'
14+
spec.swift_version = '5.2'
1515
end

0 commit comments

Comments
 (0)
Please sign in to comment.