File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- cocoapods-dependency (0.1.0 )
4
+ cocoapods-dependency (0.1.1 )
5
5
cocoapods (~> 1.5 )
6
6
7
7
GEM
39
39
fuzzy_match (~> 2.0.4 )
40
40
nap (~> 1.0 )
41
41
cocoapods-deintegrate (1.0.2 )
42
- cocoapods-downloader (1.2.1 )
42
+ cocoapods-downloader (1.2.2 )
43
43
cocoapods-plugins (1.0.0 )
44
44
nap
45
45
cocoapods-search (1.0.0 )
84
84
diff-lcs (>= 1.2.0 , < 2.0 )
85
85
rspec-support (~> 3.7.0 )
86
86
rspec-support (3.7.1 )
87
- ruby-macho (1.2.0 )
87
+ ruby-macho (1.3.1 )
88
88
simplecov (0.16.1 )
89
89
docile (~> 1.1 )
90
90
json (>= 1.8 , < 3 )
97
97
tins (1.16.3 )
98
98
tzinfo (1.2.5 )
99
99
thread_safe (~> 0.1 )
100
- xcodeproj (1.6 .0 )
100
+ xcodeproj (1.7 .0 )
101
101
CFPropertyList (>= 2.3.3 , < 4.0 )
102
102
atomos (~> 0.1.3 )
103
103
claide (>= 1.0.2 , < 2.0 )
Original file line number Diff line number Diff line change @@ -40,8 +40,13 @@ def self.podfile_dependencies(podfile)
40
40
end
41
41
42
42
def self . analyze_with_podfile ( _podfile_dir_path , podfile , lockfile = nil )
43
+ if _podfile_dir_path
44
+ sandbox = _podfile_dir_path + '/Pods'
45
+ else
46
+ sandbox = Dir . pwd + '/Pods'
47
+ end
43
48
analyzer = Pod ::Installer ::Analyzer . new (
44
- Pod ::Sandbox . new ( Dir . mktmpdir ) ,
49
+ Pod ::Sandbox . new ( sandbox ) ,
45
50
podfile ,
46
51
lockfile
47
52
)
Original file line number Diff line number Diff line change 1
1
# :nocov:
2
2
module CocoapodsDependency
3
- VERSION = " 0.1.0"
3
+ VERSION = ' 0.1.1'
4
4
end
You can’t perform that action at this time.
0 commit comments