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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c32e12df2efdc2693b8ed23f3f94500e1cbcf33
4
- data.tar.gz: 7ff528fb5a224b8a735cd66add6a1a7da3b2496d
3
+ metadata.gz: 2feb7dd31be33a01890b18ec41c8ca26a5b7d268
4
+ data.tar.gz: 4d6e564c747dee73fc2e909cf56b319aead41ce6
5
5
  SHA512:
6
- metadata.gz: b511a33e76e96ea07b175a36bee08305e03e96e0b5785aef7b5daebc0b2e5cbedf3cfbda01586c1ed5ccb94b344accb194a5805aab43b86b0d1a0bad1135003f
7
- data.tar.gz: 69c6e705ce48ed8c77f9526f5557ce2fc175f011e42129f297d7b14bff8758be0b64da2ab240bbec7c23ec1ed59906a9b0cc6ed692c621625bb3bdb55c881b08
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
@@ -8,4 +8,9 @@ A description of cocoapods-mix-frameworks.
8
8
 
9
9
  ## Usage
10
10
 
11
- $ pod spec frameworks POD_NAME
11
+ In your podfile:
12
+
13
+ ```
14
+ plugin 'cocoapods-mix-frameworks'
15
+ mix_frameworks
16
+ ```
@@ -1,3 +1,3 @@
1
1
  module CocoapodsMixFrameworks
2
- VERSION = "0.0.2"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -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 Installer
3
- def verify_framework_usage
4
- puts "mix-frameworks: Skip verify_framework_usage"
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.2
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: 2016-10-12 00:00:00.000000000 Z
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