- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCatalystNet.podspec
More file actions
Latest commit
executable file
·20 lines (16 loc) · 810 Bytes
/
Copy pathCatalystNet.podspec
File metadata and controls
executable file
·20 lines (16 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.newdo |s|
s.swift_versions='5.0'
s.name='CatalystNet'
s.version='1.0.2'
s.summary='Universal AppleOS Apps Networking kit'
s.homepage='https://github.com/hellc/CatalystNet'
s.license='MIT'
s.author={'Ivan Manov'=>'ivanmanov@live.com'}
s.social_media_url='https://twitter.com/ihellc'
s.requires_arc=false
s.ios.deployment_target='10.0'
s.osx.deployment_target='10.15'
s.watchos.deployment_target='4.0'
s.source={:git=>'https://github.com/hellc/CatalystNet.git',:tag=>'1.0.2'}
s.source_files='Sources/**/*.swift'
end