forked from rundfunk47/stinsen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStinsen.podspec
More file actions
16 lines (16 loc) · 721 Bytes
/
Copy pathStinsen.podspec
File metadata and controls
16 lines (16 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = 'Stinsen'
s.version = '2.0.11'
s.summary = 'Simple, powerful and elegant implementation of the Coordinator pattern in SwiftUI.'
s.homepage = 'https://github.com/rundfunk47/stinsen'
s.license = { :type => 'MIT License' }
s.author = { 'Narek Mailian' => 'narek.mailian@gmail.com' }
s.source = { :git => 'https://github.com/rundfunk47/stinsen.git', :tag => s.version }
s.source_files = 'Sources/**/*.swift'
s.framework = 'SwiftUI'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.watchos.deployment_target = '7.0'
s.tvos.deployment_target = '13.0'
s.swift_version = '5.3'
end