Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdac79cb

Browse files
authored
Merge pull requestteufelaudio#8 from DJBen/add-podspec
Add podspec
2 parentscf5e9d0 +fc00973 commitdac79cb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎CombineRextensions.podspec‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
Pod::Spec.newdo |s|
3+
s.name='CombineRextensions'
4+
s.version='0.1.6'
5+
s.summary='Useful extensions for using CombineRex in SwiftUI, such as bindings, Views and gestures'
6+
7+
s.homepage='https://github.com/teufelaudio/CombineRextensions'
8+
s.license={:type=>'Apache',:text=>'© 2021 Luiz Barbosa'}
9+
s.author={'Luiz Barbosa'=>'swiftrex@developercity.de'}
10+
s.source={:git=>'https://github.com/teufelaudio/CombineRextensions.git',:tag=>"v#{s.version}"}
11+
12+
s.ios.deployment_target='13.0'
13+
s.osx.deployment_target='10.15'
14+
s.watchos.deployment_target='6.0'
15+
s.tvos.deployment_target='14.0'
16+
s.swift_version='5.3'
17+
18+
s.source_files='Sources/**/*.swift'
19+
20+
s.dependency'CombineRex','~> 0.8.6'
21+
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp