Skip to content

Commit 4e34491

Browse files
authored
Merge pull request #108 from groue/feature/bump-podspec
bump podspec
2 parents b49bc6b + 156a722 commit 4e34491

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

GRMustache.swift.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Pod::Spec.new do |s|
22
s.name = 'GRMustache.swift'
3-
s.version = '6.0.0'
3+
s.version = '7.0.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Flexible Mustache templates for Swift.'
66
s.homepage = 'https://github.com/groue/GRMustache.swift'
77
s.author = { 'Gwendal Roué' => '[email protected]' }
88
s.source = { :git => 'https://github.com/groue/GRMustache.swift.git', :tag => s.version }
99
s.source_files = 'Sources/**/*.{h,m,swift}', 'ObjC/**/*.{h,m,swift}'
1010
s.module_name = 'Mustache'
11-
s.swift_version = '5.9'
12-
s.ios.deployment_target = '11.0'
13-
s.osx.deployment_target = '10.11'
14-
s.tvos.deployment_target = '9.0'
11+
s.swift_version = '6.0'
12+
s.ios.deployment_target = '12.0'
13+
s.osx.deployment_target = '10.13'
14+
s.tvos.deployment_target = '12.0'
1515
s.requires_arc = true
1616
s.framework = 'Foundation'
1717
end

0 commit comments

Comments
 (0)