File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 342efa89-ac3b-4191-a095-e24c95473e71
1
+ 0ea2391c-0533-497a-9103-410b76c6b573
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Pod::Spec.new do |s|
5
5
s . osx . deployment_target = '13.0'
6
6
s . tvos . deployment_target = '9.0'
7
7
s . watchos . deployment_target = '4.0'
8
- s . version = '1.0.2 '
9
- s . source = { :git => 'https://github.com/konfig-dev/automation-test-submodule-swift.git' , :tag => 'v1.0.2 ' }
8
+ s . version = '1.0.3 '
9
+ s . source = { :git => 'https://github.com/konfig-dev/automation-test-submodule-swift.git' , :tag => 'v1.0.3 ' }
10
10
s . authors = 'KonfigAutomationTest'
11
11
s . license = { :type => 'MIT' , :file => 'LICENSE' }
12
12
s . homepage = 'https://github.com/konfig-dev/automation-test-submodule-swift'
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ github "konfig-dev/automation-test-submodule-swift"
37
37
### CocoaPods<a id =" cocoapods " ></a >
38
38
39
39
1 . Add ` source 'https://github.com/CocoaPods/Specs.git' ` to your ` Podfile `
40
- 2 . Add ` pod 'AutomationTestWithSubmodules', '~> 1.0.2 ' ` to your ` Podfile `
40
+ 2 . Add ` pod 'AutomationTestWithSubmodules', '~> 1.0.3 ' ` to your ` Podfile `
41
41
42
42
Your ` Podfile ` should look like:
43
43
``` ruby
44
44
# Podfile
45
45
source ' https://github.com/CocoaPods/Specs.git'
46
46
47
47
target ' Example' do
48
- pod ' AutomationTestWithSubmodules' , ' ~> 1.0.2 '
48
+ pod ' AutomationTestWithSubmodules' , ' ~> 1.0.3 '
49
49
end
50
50
```
51
51
3 . Run ` pod install `
54
54
❯ pod install
55
55
Analyzing dependencies
56
56
Downloading dependencies
57
- Installing AutomationTestWithSubmodules 1.0.2
57
+ Installing AutomationTestWithSubmodules 1.0.3
58
58
Generating Pods project
59
59
Integrating client project
60
60
Pod installation complete! There is 1 dependency from the Podfile and 2 total pods installed.
Original file line number Diff line number Diff line change 7
7
sources : [AutomationTestWithSubmodules]
8
8
info :
9
9
path : ./Info.plist
10
- version : 1.0.2
10
+ version : 1.0.3
11
11
settings :
12
12
APPLICATION_EXTENSION_API_ONLY : true
13
13
scheme : {}
You can’t perform that action at this time.
0 commit comments