Skip to content

Commit 74fded0

Browse files
committed
update
1 parent 634f115 commit 74fded0

File tree

11 files changed

+6
-6
lines changed

11 files changed

+6
-6
lines changed
File renamed without changes.

DecouplingKit/DecouplingKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to DecouplingKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Example/Bussiness1/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
platform :ios, '7.0'
22

33
target "Bussiness1” do
4-
pod 'DecouplingKit', :path=>'../../DecouplingKit
4+
pod 'DecouplingKit', :path=>'../../’
55
pod 'BussinessPublicService', :path=>'../BussinessPublicService’
66
#pod 'Bussiness2', :path=>'/Users/youku/Music/github/DecouplingKit1/Bussiness2’
77

Example/Bussiness1/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ PODS:
44

55
DEPENDENCIES:
66
- BussinessPublicService (from `../BussinessPublicService`)
7-
- DecouplingKit (from `../../DecouplingKit`)
7+
- DecouplingKit (from `../../`)
88

99
EXTERNAL SOURCES:
1010
BussinessPublicService:
1111
:path: "../BussinessPublicService"
1212
DecouplingKit:
13-
:path: "../../DecouplingKit"
13+
:path: "../../"
1414

1515
SPEC CHECKSUMS:
1616
BussinessPublicService: 671cb1e5f60c09eefdf5f28eaee170220068a654
1717
DecouplingKit: 4867954e90e0a1c4cd1451db07c8b562ac013236
1818

19-
PODFILE CHECKSUM: 8f193faa12f98bd8c0272d7b99ac5a676a8995d4
19+
PODFILE CHECKSUM: bf9066636b339656f63262344b3e56cd02d59837
2020

2121
COCOAPODS: 1.0.1

Example/Bussiness2/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
platform :ios, '7.0'
22

33
target "Bussiness2" do
4-
pod 'DecouplingKit', :path=>'../../DecouplingKit
4+
pod 'DecouplingKit', :path=>'../../’
55
pod 'BussinessPublicService', :path=>'../BussinessPublicService’
66
#pod 'Bussiness2', :path=>'/Users/youku/Music/github/DecouplingKit1/Bussiness2’
77

0 commit comments

Comments
 (0)