Skip to content

Commit

Permalink
Update Demo to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofei86 committed Feb 18, 2022
1 parent b4fb4e9 commit f762e44
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
12 changes: 6 additions & 6 deletions Example/Netdisk/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#source 'https://github.com/CocoaPods/Specs.git'
source 'https://cdn.cocoapods.org/'
source 'https://github.com/CocoaPods/Specs.git'
# source 'https://cdn.cocoapods.org/'

platform :ios, '9.0'

Expand All @@ -9,11 +9,11 @@ use_modular_headers!

target 'Netdisk' do

# pod 'CarbonCore', '~> 1.2.2'
# pod 'CarbonObjC', '~> 1.2.2'
pod 'CarbonCore', '~> 1.3.1'
pod 'CarbonObjC', '~> 1.3.1'

pod 'CarbonCore', :path => '../..'
pod 'CarbonObjC', :path => '../..'
# pod 'CarbonCore', :path => '../..'
# pod 'CarbonObjC', :path => '../..'

pod 'AppDelegateModule', :path => '../AppDelegateModule'
pod 'BasicModule', :path => '../BasicModule'
Expand Down
23 changes: 12 additions & 11 deletions Example/Netdisk/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PODS:
- MeModule
- BasicModule (0.0.2):
- CarbonObjC
- CarbonCore (1.3.0)
- CarbonObjC (1.3.0):
- CarbonCore (1.3.1)
- CarbonObjC (1.3.1):
- CarbonCore
- FileModule (0.0.2):
- BasicModule
Expand All @@ -21,21 +21,22 @@ PODS:
DEPENDENCIES:
- AppDelegateModule (from `../AppDelegateModule`)
- BasicModule (from `../BasicModule`)
- CarbonCore (from `../..`)
- CarbonObjC (from `../..`)
- CarbonCore (~> 1.3.1)
- CarbonObjC (~> 1.3.1)
- FileModule (from `../FileModule`)
- HomeModule (from `../HomeModule`)
- MeModule (from `../MeModule`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- CarbonCore
- CarbonObjC

EXTERNAL SOURCES:
AppDelegateModule:
:path: "../AppDelegateModule"
BasicModule:
:path: "../BasicModule"
CarbonCore:
:path: "../.."
CarbonObjC:
:path: "../.."
FileModule:
:path: "../FileModule"
HomeModule:
Expand All @@ -46,12 +47,12 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AppDelegateModule: 83d7889fdf3f8821077025b319c5fcc69dcaa048
BasicModule: 068dc22558583a1d3ea15bc3adc0ce582d56251d
CarbonCore: 7b376875eb1b79024bd19afa219ce3a3ba0fc464
CarbonObjC: 8d5a12ca246813305fac52ffc623ebd57c991da0
CarbonCore: 0bf7aa36ef57a6702172436b1c918714f3f63514
CarbonObjC: 9cb0234c231f0b8e55952f10324c88cb81d03caa
FileModule: 49b9bb731d80b1c26832b06e229de7299887dc98
HomeModule: bdbf68fe19c3aca079f3c48ac5a54aaf599bb7c2
MeModule: 23d6688f684619e470b3ddbd877ad0b138e67adc

PODFILE CHECKSUM: b88a5105bf16995bc9ecdebbc85d337f55057083
PODFILE CHECKSUM: cce028f06f93a018adba8b2bef788238fe2fcb0f

COCOAPODS: 1.10.2

0 comments on commit f762e44

Please sign in to comment.