cocoapods-mix-frameworks 0.0.2 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +80 -0
- data/README.md +6 -1
- data/lib/cocoapods-mix-frameworks/gem_version.rb +1 -1
- data/lib/cocoapods-mix-frameworks/lib/inject.rb +19 -0
- data/lib/cocoapods-mix-frameworks/lib/mix.rb +3 -8
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2feb7dd31be33a01890b18ec41c8ca26a5b7d268
|
4
|
+
data.tar.gz: 4d6e564c747dee73fc2e909cf56b319aead41ce6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50ff5f151b4183a579d0e8c48318d0e6afe8b92530797b704ac47a561fd356df8524c2fb7f232a063b82e4027a7f0a47a12c8aabe654a7f122b77e021b1c41c2
|
7
|
+
data.tar.gz: 41a59adddabcc7e1975b6d09acee9a6a222c63a284d4e15b258b1b10a84aee1a4f3f29bd8421eb75b2f1e9d6564370ca2eb87a2e6b409ce45be472bef0c56de2
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,80 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
cocoapods-mix-frameworks (0.0.2)
|
5
|
+
|
6
|
+
GEM
|
7
|
+
remote: https://rubygems.org/
|
8
|
+
specs:
|
9
|
+
CFPropertyList (2.3.4)
|
10
|
+
activesupport (4.2.7.1)
|
11
|
+
i18n (~> 0.7)
|
12
|
+
json (~> 1.7, >= 1.7.7)
|
13
|
+
minitest (~> 5.1)
|
14
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
15
|
+
tzinfo (~> 1.1)
|
16
|
+
claide (1.0.1)
|
17
|
+
cocoapods (1.1.1)
|
18
|
+
activesupport (>= 4.0.2, < 5)
|
19
|
+
claide (>= 1.0.1, < 2.0)
|
20
|
+
cocoapods-core (= 1.1.1)
|
21
|
+
cocoapods-deintegrate (>= 1.0.1, < 2.0)
|
22
|
+
cocoapods-downloader (>= 1.1.2, < 2.0)
|
23
|
+
cocoapods-plugins (>= 1.0.0, < 2.0)
|
24
|
+
cocoapods-search (>= 1.0.0, < 2.0)
|
25
|
+
cocoapods-stats (>= 1.0.0, < 2.0)
|
26
|
+
cocoapods-trunk (>= 1.1.1, < 2.0)
|
27
|
+
cocoapods-try (>= 1.1.0, < 2.0)
|
28
|
+
colored (~> 1.2)
|
29
|
+
escape (~> 0.0.4)
|
30
|
+
fourflusher (~> 2.0.1)
|
31
|
+
gh_inspector (~> 1.0)
|
32
|
+
molinillo (~> 0.5.1)
|
33
|
+
nap (~> 1.0)
|
34
|
+
xcodeproj (>= 1.3.3, < 2.0)
|
35
|
+
cocoapods-core (1.1.1)
|
36
|
+
activesupport (>= 4.0.2, < 5)
|
37
|
+
fuzzy_match (~> 2.0.4)
|
38
|
+
nap (~> 1.0)
|
39
|
+
cocoapods-deintegrate (1.0.1)
|
40
|
+
cocoapods-downloader (1.1.3)
|
41
|
+
cocoapods-plugins (1.0.0)
|
42
|
+
nap
|
43
|
+
cocoapods-search (1.0.0)
|
44
|
+
cocoapods-stats (1.0.0)
|
45
|
+
cocoapods-trunk (1.1.2)
|
46
|
+
nap (>= 0.8, < 2.0)
|
47
|
+
netrc (= 0.7.8)
|
48
|
+
cocoapods-try (1.1.0)
|
49
|
+
colored (1.2)
|
50
|
+
escape (0.0.4)
|
51
|
+
fourflusher (2.0.1)
|
52
|
+
fuzzy_match (2.0.4)
|
53
|
+
gh_inspector (1.0.3)
|
54
|
+
i18n (0.7.0)
|
55
|
+
json (1.8.6)
|
56
|
+
minitest (5.10.1)
|
57
|
+
molinillo (0.5.5)
|
58
|
+
nanaimo (0.2.3)
|
59
|
+
nap (1.1.0)
|
60
|
+
netrc (0.7.8)
|
61
|
+
thread_safe (0.3.5)
|
62
|
+
tzinfo (1.2.2)
|
63
|
+
thread_safe (~> 0.1)
|
64
|
+
xcodeproj (1.4.2)
|
65
|
+
CFPropertyList (~> 2.3.3)
|
66
|
+
activesupport (>= 3)
|
67
|
+
claide (>= 1.0.1, < 2.0)
|
68
|
+
colored (~> 1.2)
|
69
|
+
nanaimo (~> 0.2.3)
|
70
|
+
|
71
|
+
PLATFORMS
|
72
|
+
ruby
|
73
|
+
|
74
|
+
DEPENDENCIES
|
75
|
+
bundler (~> 1.3)
|
76
|
+
cocoapods
|
77
|
+
cocoapods-mix-frameworks!
|
78
|
+
|
79
|
+
BUNDLED WITH
|
80
|
+
1.13.6
|
data/README.md
CHANGED
@@ -0,0 +1,19 @@
|
|
1
|
+
module InstallerExtensions
|
2
|
+
def verify_framework_usage
|
3
|
+
puts "mix-frameworks: Skip verify_framework_usage"
|
4
|
+
end
|
5
|
+
end
|
6
|
+
module AnalyzerExtensions
|
7
|
+
def analyze_host_targets_in_podfile(aggregate_targets, embedded_aggregate_targets)
|
8
|
+
puts 'mix-frameworks: Skip analyze_host_targets_in_podfile'
|
9
|
+
end
|
10
|
+
end
|
11
|
+
|
12
|
+
module Pod
|
13
|
+
class Installer
|
14
|
+
prepend InstallerExtensions
|
15
|
+
class Analyzer
|
16
|
+
prepend AnalyzerExtensions
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -1,12 +1,7 @@
|
|
1
1
|
module Pod
|
2
|
-
class
|
3
|
-
def
|
4
|
-
|
5
|
-
end
|
6
|
-
class Analyzer
|
7
|
-
def analyze_host_targets_in_podfile(aggregate_targets, embedded_aggregate_targets)
|
8
|
-
puts 'mix-frameworks: Skip analyze_host_targets_in_podfile'
|
9
|
-
end
|
2
|
+
class Podfile
|
3
|
+
def mix_frameworks
|
4
|
+
require 'cocoapods-mix-frameworks/lib/inject'
|
10
5
|
end
|
11
6
|
end
|
12
7
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-mix-frameworks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Florent Vilmart
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -33,11 +33,13 @@ extra_rdoc_files: []
|
|
33
33
|
files:
|
34
34
|
- ".gitignore"
|
35
35
|
- Gemfile
|
36
|
+
- Gemfile.lock
|
36
37
|
- LICENSE.txt
|
37
38
|
- README.md
|
38
39
|
- cocoapods-mix-frameworks.gemspec
|
39
40
|
- lib/cocoapods-mix-frameworks.rb
|
40
41
|
- lib/cocoapods-mix-frameworks/gem_version.rb
|
42
|
+
- lib/cocoapods-mix-frameworks/lib/inject.rb
|
41
43
|
- lib/cocoapods-mix-frameworks/lib/mix.rb
|
42
44
|
- lib/cocoapods-mix-frameworks/mix.rb
|
43
45
|
- lib/cocoapods_plugin.rb
|