-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCleanKit.podspec
More file actions
19 lines (16 loc) · 916 Bytes
/
CleanKit.podspec
File metadata and controls
19 lines (16 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'CleanKit'
s.version = '1.0.9'
s.summary = 'A Custom Clean Architecture for Swift.'
s.homepage = 'https://github.com/squadbr/CleanKit'
s.license = { :type => 'GNU', :file => 'LICENSE' }
s.authors = { 'Marcos Kobuchi' => '[email protected]',
'Wellington Martha' => '[email protected]' }
s.platform = :ios
s.ios.deployment_target = '11.0'
s.source = { :git => 'https://github.com/squadbr/CleanKit.git',
:tag => s.version.to_s }
# Uncomment the following line if you want source code
s.ios.source_files = 'Sources/**/*'
# s.ios.vendored_framework = 'build/Release-iphoneuniversal/CleanKit.framework'
end