cocoapods 0.27.1 → 0.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
- ---
2
- SHA1:
3
- data.tar.gz: 45fdea39567d752ac4aef361e2f0a409cefced72
4
- metadata.gz: e750b8484f1068919db437e35c92ffcb79536523
5
- SHA512:
6
- data.tar.gz: 373bed4b4dc8f674160f7e98fb89ba4dbefd2a8f2e1a20051c278602a29132af3ed36b1ade3bd983a815867d191229e09ea02df3e51ee74326eac550e89759ba
7
- metadata.gz: 2e32f3f62cdfb7dc4b7acf7e80c02c415db214331aabec1a0050ddb4e014b512b4886d16323f99b5e4ab651dd2f3587cb62db664e9403a69b33a32b45750d3bf
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 06ce50a5bf580c2486abe3689a796e6b8479c3f3
4
+ data.tar.gz: 624065d56dafff0e087ae617ba386a932e3ba23d
5
+ SHA512:
6
+ metadata.gz: 222e6fd9b4c6fdd87e433c2cea905c9dde7dc885631afb092bd9f22359e029a0fbcc61139f0e245df7bbd12e65e640192d56b4d3a1cebcea6f0ba0da2759e34a
7
+ data.tar.gz: a670ce102c3d1cb29305692daf419cd1d4e7f28f60be62596fab541ab26bfbcb5f73365f96d94b73e084e7c7182d4253a9d5a6afdd4162528c19ab9855aa52c6
@@ -2,6 +2,77 @@
2
2
 
3
3
  To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides/installing_cocoapods.html).
4
4
 
5
+ ## 0.28.0
6
+ [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.27.1...0.28.0)
7
+ • [CocoaPods-core](https://github.com/CocoaPods/Core/compare/0.27.1...0.28.0)
8
+ • [CLAide](https://github.com/CocoaPods/CLAide/compare/0.3.2...0.4.0)
9
+
10
+ ###### Enhancements
11
+
12
+ * CLAide now supports gem plugins. An example CocoaPods plugin can be found at
13
+ [open\_pod\_bay](https://github.com/leshill/open_pod_bay).
14
+
15
+ As of yet there are no promises made yet on the APIs, so try to fail as
16
+ gracefully as possible in case a CocoaPods update breaks your usage. In these
17
+ cases, also please let us know what you would need, so we can take this into
18
+ account when we do finalize APIs.
19
+
20
+ [Les Hill](https://github.com/leshill)
21
+ [CLAide#1](https://github.com/CocoaPods/CLAide/pull/1)
22
+ [#959](https://github.com/CocoaPods/CocoaPods/issues/959)
23
+
24
+ ###### Bug Fixes
25
+
26
+ * Compiling `xcassets` with `actool` now uses `UNLOCALIZED_RESOURCES_FOLDER_PATH`
27
+ instead of `PRODUCT_NAME.WRAPPER_EXTENSION` as output directory as it is more
28
+ accurate and allows the project to overwrite `WRAPPER_NAME`.
29
+ [Marc Knaup](https://github.com/fluidsonic)
30
+ [#1556](https://github.com/CocoaPods/CocoaPods/pull/1556)
31
+
32
+ * Added a condition to avoid compiling xcassets when `WRAPPER_EXTENSION`
33
+ is undefined, as it would be in the case of static libraries. This prevents
34
+ trying to copy the compiled files to a directory that does not exist.
35
+ [Noah McCann](https://github.com/nmccann)
36
+ [#1521](https://github.com/CocoaPods/CocoaPods/pull/1521)
37
+
38
+ * Added additional condition to check if `actool` is available when compiling
39
+ `xcassets`. This prevents build failures of Xcode 5 projects on Travis CI (or
40
+ lower Xcode versions).
41
+ [Michal Konturek](https://github.com/michalkonturek)
42
+ [#1511](https://github.com/CocoaPods/CocoaPods/pull/1511)
43
+
44
+ * Added a condition to properly handle universal or mac apps when compiling
45
+ xcassets. This prevents build errors in the xcassets compilation stage
46
+ particularly when using xctool to build.
47
+ [Ryan Marsh](https://github.com/ryanwmarsh)
48
+ [#1594](https://github.com/CocoaPods/CocoaPods/pull/1594)
49
+
50
+ * Vendored Libraries now correctly affect whether a podspec is considered empty.
51
+ [Joshua Kalpin](https://github.com/Kapin)
52
+ [Core#38](https://github.com/CocoaPods/Core/pull/38)
53
+
54
+ * Vendored Libraries and Vendored Frameworks now have their paths validated correctly.
55
+ [Joshua Kalpin](https://github.com/Kapin)
56
+ [#1567](https://github.com/CocoaPods/CocoaPods/pull/1567)
57
+
58
+ * Gists are now correctly accepted with https.
59
+ [Joshua Kalpin](https://github.com/Kapin)
60
+ [Core#38](https://github.com/CocoaPods/Core/pull/38)
61
+
62
+ * The `pod push` command is now more specific about the branch it pushes to.
63
+ [orta](http://orta.github.io)
64
+ [#1561](https://github.com/CocoaPods/CocoaPods/pull/1561)
65
+
66
+ * Dtrace files are now properly left unflagged when installing, regardless of configuration.
67
+ [Swizzlr](https://github.com/swizzlr)
68
+ [#1560](https://github.com/CocoaPods/CocoaPods/pull/1560)
69
+
70
+ * Users are now warned if their terminal encoding is not UTF-8. This fixes an issue
71
+ with a small percentage of pod names that are incompatible with ASCII.
72
+ [Joshua Kalpin](https://github.com/Kapin)
73
+ [#1570](https://github.com/CocoaPods/CocoaPods/pull/1570)
74
+
75
+
5
76
  ## 0.27.1
6
77
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.26.2...0.27.1)
7
78
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.26.2...0.27.1)
@@ -11,21 +82,21 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
11
82
 
12
83
  * The xcodeproj gem now comes bundled with prebuilt binaries for the Ruby
13
84
  versions that come with OS X 10.8 and 10.9. Users now no longer need to
14
- install the Xcode Command Line Tools or deal with the Ruby C header location.
85
+ install the Xcode Command Line Tools or deal with the Ruby C header location.
15
86
  [Eloy Durán](https://github.com/alloy)
16
87
  [Xcodeproj#88](https://github.com/CocoaPods/Xcodeproj/issues/88)
17
88
 
18
89
  * Targets passed to the `link_with` method of the Podfile DSL no longer need
19
90
  to be explicitly passed as an array. `link_with ['target1', 'target2']` can
20
- now be written as `link_with 'target1', 'target2'`.
91
+ now be written as `link_with 'target1', 'target2'`.
21
92
  [Adam Sharp](https://github.com/sharplet)
22
93
  [Core#30](https://github.com/CocoaPods/Core/pull/30)
23
94
 
24
- * The copy resources script now compiles xcassets resources.
95
+ * The copy resources script now compiles xcassets resources.
25
96
  [Ulrik Damm](https://github.com/ulrikdamm)
26
97
  [#1427](https://github.com/CocoaPods/CocoaPods/pull/1427)
27
98
 
28
- * `pod repo` now support a `remove ['repo_name']` command.
99
+ * `pod repo` now support a `remove ['repo_name']` command.
29
100
  [Joshua Kalpin](https://github.com/Kapin)
30
101
  [#1493](https://github.com/CocoaPods/CocoaPods/issues/1493)
31
102
  [#1484](https://github.com/CocoaPods/CocoaPods/issues/1484)
@@ -33,7 +104,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
33
104
  ###### Bug Fixes
34
105
 
35
106
  * The architecture is now set in the build settings of the user build
36
- configurations.
107
+ configurations.
37
108
  [Fabio Pelosin](https://github.com/irrationalfab)
38
109
  [#1450](https://github.com/CocoaPods/CocoaPods/issues/1462)
39
110
  [#1462](https://github.com/CocoaPods/CocoaPods/issues/1462)
@@ -52,7 +123,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
52
123
 
53
124
  * The developer dir relative to the SDK is not added anymore if testing
54
125
  frameworks are detected in OS X targets, as it doesn't exists, avoiding the
55
- presentation of the relative warning in Xcode.
126
+ presentation of the relative warning in Xcode.
56
127
  [Fabio Pelosin](https://github.com/irrationalfab)
57
128
 
58
129
 
data/bin/pod CHANGED
@@ -1,19 +1,24 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- if $0 == __FILE__ && !ENV['COCOAPODS_NO_BUNDLER']
3
+ if RUBY_VERSION > '1.8.7' && Encoding.default_external != Encoding::UTF_8
4
+ puts <<-DOC
5
+ \e[33mWARNING: CocoaPods requires your terminal to be using UTF-8 encoding.
6
+ See https://github.com/CocoaPods/guides.cocoapods.org/issues/26 for
7
+ possible solutions.\e[0m\n
8
+ DOC
9
+ end
10
+
11
+ if $PROGRAM_NAME == __FILE__ && !ENV['COCOAPODS_NO_BUNDLER']
4
12
  ENV['BUNDLE_GEMFILE'] = File.expand_path('../../Gemfile', __FILE__)
5
13
  require "rubygems"
6
14
  require "bundler/setup"
7
- $:.unshift File.expand_path('../../lib', __FILE__)
15
+ $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
8
16
  elsif ENV['COCOAPODS_NO_BUNDLER']
9
17
  require "rubygems"
10
18
  gem "cocoapods"
11
19
  end
12
20
 
13
- if (ENV['CP_STDOUT_SYNC'] == 'TRUE')
14
- STDOUT.sync = true
15
- end
21
+ STDOUT.sync = true if ENV['CP_STDOUT_SYNC'] == 'TRUE'
16
22
 
17
23
  require 'cocoapods'
18
-
19
24
  Pod::Command.run(ARGV)
@@ -26,6 +26,7 @@ module Pod
26
26
  self.default_subcommand = 'install'
27
27
  self.command = 'pod'
28
28
  self.description = 'CocoaPods, the Objective-C library package manager.'
29
+ self.plugin_prefix = 'cocoapods'
29
30
 
30
31
  def self.options
31
32
  [
@@ -113,16 +113,21 @@ module Pod
113
113
  validator.only_errors = @only_errors
114
114
  validator.validate
115
115
 
116
- if validator.validated?
117
- UI.puts "#{validator.spec.name} passed validation.".green
118
- else
119
- raise Informative, "#{validator.spec.name} did not pass validation."
120
- end
121
-
122
116
  unless @clean
123
117
  UI.puts "Pods project available at `#{validator.validation_dir}/Pods/Pods.xcodeproj` for inspection."
124
118
  UI.puts
125
119
  end
120
+
121
+ if validator.validated?
122
+ UI.puts "#{validator.spec.name} passed validation.".green
123
+ else
124
+ message = "#{validator.spec.name} did not pass validation."
125
+ if @clean
126
+ message << "\nYou can use the `--no-clean` option to inspect " \
127
+ "any issue."
128
+ end
129
+ raise Informative, message
130
+ end
126
131
  end
127
132
 
128
133
  private
@@ -139,7 +139,7 @@ module Pod
139
139
  #
140
140
  def push_repo
141
141
  UI.puts "\nPushing the `#{@repo}' repo\n".yellow
142
- Dir.chdir(repo_dir) { UI.puts `git push 2>&1` }
142
+ Dir.chdir(repo_dir) { UI.puts `git push origin master 2>&1` }
143
143
  end
144
144
 
145
145
  #-----------------------------------------------------------------------#
@@ -99,6 +99,38 @@ module Pod
99
99
  end
100
100
  podspecs_tmp_dir.rmtree if podspecs_tmp_dir.exist?
101
101
  end
102
+
103
+ private
104
+
105
+ def podspecs_to_lint
106
+ @podspecs_to_lint ||= begin
107
+ files = []
108
+ @podspecs_paths << '.' if @podspecs_paths.empty?
109
+ @podspecs_paths.each do |path|
110
+ if path =~ /https?:\/\//
111
+ require 'open-uri'
112
+ output_path = podspecs_tmp_dir + File.basename(path)
113
+ output_path.dirname.mkpath
114
+ open(path) do |io|
115
+ output_path.open('w') { |f| f << io.read }
116
+ end
117
+ files << output_path
118
+ else if (pathname = Pathname.new(path)).directory?
119
+ files += Pathname.glob(pathname + '**/*.podspec')
120
+ raise Informative, "No specs found in the current directory." if files.empty?
121
+ else
122
+ files << (pathname = Pathname.new(path))
123
+ raise Informative, "Unable to find a spec named `#{path}'." unless pathname.exist? && path.include?('.podspec')
124
+ end
125
+ end
126
+ end
127
+ files
128
+ end
129
+ end
130
+
131
+ def podspecs_tmp_dir
132
+ Pathname.new('/tmp/CocoaPods/Lint_podspec')
133
+ end
102
134
  end
103
135
 
104
136
  #-----------------------------------------------------------------------#
@@ -345,36 +377,6 @@ module Pod
345
377
  return best_source.specification(set.name, best_version), best_source
346
378
  end
347
379
 
348
- def podspecs_to_lint
349
- @podspecs_to_lint ||= begin
350
- files = []
351
- @podspecs_paths << '.' if @podspecs_paths.empty?
352
- @podspecs_paths.each do |path|
353
- if path =~ /https?:\/\//
354
- require 'open-uri'
355
- output_path = podspecs_tmp_dir + File.basename(path)
356
- output_path.dirname.mkpath
357
- open(path) do |io|
358
- output_path.open('w') { |f| f << io.read }
359
- end
360
- files << output_path
361
- else if (pathname = Pathname.new(path)).directory?
362
- files += Pathname.glob(pathname + '**/*.podspec')
363
- raise Informative, "No specs found in the current directory." if files.empty?
364
- else
365
- files << (pathname = Pathname.new(path))
366
- raise Informative, "Unable to find a spec named `#{path}'." unless pathname.exist? && path.include?('.podspec')
367
- end
368
- end
369
- end
370
- files
371
- end
372
- end
373
-
374
- def podspecs_tmp_dir
375
- Pathname.new('/tmp/CocoaPods/Lint_podspec')
376
- end
377
-
378
380
  #--------------------------------------#
379
381
 
380
382
  # Templates and github information retrieval for spec create
@@ -1,6 +1,6 @@
1
1
  module Pod
2
2
  # The version of the cocoapods command line tool.
3
3
  #
4
- VERSION = '0.27.1' unless defined? Pod::VERSION
4
+ VERSION = '0.28.0' unless defined? Pod::VERSION
5
5
  end
6
6
 
@@ -137,10 +137,23 @@ EOS
137
137
 
138
138
  XCASSETS_COMPILE = <<EOS
139
139
 
140
- if [ `find . -name '*.xcassets' | wc -l` -ne 0 ]
140
+ if [[ -n "${WRAPPER_EXTENSION}" ]] && [ `xcrun --find actool` ] && [ `find . -name '*.xcassets' | wc -l` -ne 0 ]
141
141
  then
142
- DEVICE=`if [ "${TARGETED_DEVICE_FAMILY}" -eq 1 ]; then echo "iphone"; else echo "ipad"; fi`
143
- find "${PWD}" -name "*.xcassets" -print0 | xargs -0 actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" --target-device "${DEVICE}" --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.${WRAPPER_EXTENSION}"
142
+ case "${TARGETED_DEVICE_FAMILY}" in
143
+ 1,2)
144
+ TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
145
+ ;;
146
+ 1)
147
+ TARGET_DEVICE_ARGS="--target-device iphone"
148
+ ;;
149
+ 2)
150
+ TARGET_DEVICE_ARGS="--target-device ipad"
151
+ ;;
152
+ *)
153
+ TARGET_DEVICE_ARGS="--target-device mac"
154
+ ;;
155
+ esac
156
+ find "${PWD}" -name "*.xcassets" -print0 | xargs -0 actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
144
157
  fi
145
158
  EOS
146
159
  end
@@ -39,9 +39,12 @@ module Pod
39
39
  library.file_accessors.each do |file_accessor|
40
40
  consumer = file_accessor.spec_consumer
41
41
  flags = compiler_flags_for_consumer(consumer)
42
- source_files = file_accessor.source_files
43
- file_refs = source_files.map { |sf| project.reference_for_path(sf) }
44
- target.add_file_references(file_refs, flags)
42
+ all_source_files = file_accessor.source_files
43
+ regular_source_files = all_source_files.reject { |sf| sf.extname == ".d" }
44
+ regular_file_refs = regular_source_files.map { |sf| project.reference_for_path(sf) }
45
+ target.add_file_references(regular_file_refs, flags)
46
+ other_file_refs = (all_source_files - regular_source_files).map { |sf| project.reference_for_path(sf) }
47
+ target.add_file_references(other_file_refs, nil)
45
48
  end
46
49
  end
47
50
  end
@@ -250,7 +250,7 @@ module Pod
250
250
  # @return [void]
251
251
  #
252
252
  def check_file_patterns
253
- [:source_files, :resources, :preserve_paths].each do |attr_name|
253
+ [:source_files, :resources, :preserve_paths, :vendored_libraries, :vendored_frameworks].each do |attr_name|
254
254
  # file_attr = Specification::DSL.attributes.values.find{|attr| attr.name == attr_name }
255
255
  if !file_accessor.spec_consumer.send(attr_name).empty? && file_accessor.send(attr_name).empty?
256
256
  error "The `#{attr_name}` pattern did not match any file."
metadata CHANGED
@@ -1,136 +1,177 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: cocoapods
3
- version: &id001 !ruby/object:Gem::Version
4
- version: 0.27.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.28.0
5
5
  platform: ruby
6
- authors:
6
+ authors:
7
7
  - Eloy Duran
8
8
  - Fabio Pelosin
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2013-10-24 00:00:00 Z
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
12
+ date: 2013-11-14 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
16
15
  name: cocoapods-core
17
- prerelease: false
18
- requirement: &id002 !ruby/object:Gem::Requirement
19
- requirements:
20
- - - "="
21
- - *id001
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - '='
19
+ - !ruby/object:Gem::Version
20
+ version: 0.28.0
22
21
  type: :runtime
23
- version_requirements: *id002
24
- - !ruby/object:Gem::Dependency
25
- name: claide
26
22
  prerelease: false
27
- requirement: &id003 !ruby/object:Gem::Requirement
28
- requirements:
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - '='
26
+ - !ruby/object:Gem::Version
27
+ version: 0.28.0
28
+ - !ruby/object:Gem::Dependency
29
+ name: claide
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
29
32
  - - ~>
30
- - !ruby/object:Gem::Version
31
- version: 0.3.2
33
+ - !ruby/object:Gem::Version
34
+ version: 0.4.0
32
35
  type: :runtime
33
- version_requirements: *id003
34
- - !ruby/object:Gem::Dependency
35
- name: cocoapods-downloader
36
36
  prerelease: false
37
- requirement: &id004 !ruby/object:Gem::Requirement
38
- requirements:
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
39
  - - ~>
40
- - !ruby/object:Gem::Version
40
+ - !ruby/object:Gem::Version
41
+ version: 0.4.0
42
+ - !ruby/object:Gem::Dependency
43
+ name: cocoapods-downloader
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ~>
47
+ - !ruby/object:Gem::Version
41
48
  version: 0.2.0
42
49
  type: :runtime
43
- version_requirements: *id004
44
- - !ruby/object:Gem::Dependency
45
- name: xcodeproj
46
50
  prerelease: false
47
- requirement: &id005 !ruby/object:Gem::Requirement
48
- requirements:
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ~>
54
+ - !ruby/object:Gem::Version
55
+ version: 0.2.0
56
+ - !ruby/object:Gem::Dependency
57
+ name: xcodeproj
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
49
60
  - - ~>
50
- - !ruby/object:Gem::Version
51
- version: 0.14.0
61
+ - !ruby/object:Gem::Version
62
+ version: 0.14.1
52
63
  type: :runtime
53
- version_requirements: *id005
54
- - !ruby/object:Gem::Dependency
55
- name: colored
56
64
  prerelease: false
57
- requirement: &id006 !ruby/object:Gem::Requirement
58
- requirements:
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ~>
68
+ - !ruby/object:Gem::Version
69
+ version: 0.14.1
70
+ - !ruby/object:Gem::Dependency
71
+ name: colored
72
+ requirement: !ruby/object:Gem::Requirement
73
+ requirements:
59
74
  - - ~>
60
- - !ruby/object:Gem::Version
61
- version: "1.2"
75
+ - !ruby/object:Gem::Version
76
+ version: '1.2'
62
77
  type: :runtime
63
- version_requirements: *id006
64
- - !ruby/object:Gem::Dependency
65
- name: escape
66
78
  prerelease: false
67
- requirement: &id007 !ruby/object:Gem::Requirement
68
- requirements:
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ~>
82
+ - !ruby/object:Gem::Version
83
+ version: '1.2'
84
+ - !ruby/object:Gem::Dependency
85
+ name: escape
86
+ requirement: !ruby/object:Gem::Requirement
87
+ requirements:
69
88
  - - ~>
70
- - !ruby/object:Gem::Version
89
+ - !ruby/object:Gem::Version
71
90
  version: 0.0.4
72
91
  type: :runtime
73
- version_requirements: *id007
74
- - !ruby/object:Gem::Dependency
75
- name: json_pure
76
92
  prerelease: false
77
- requirement: &id008 !ruby/object:Gem::Requirement
78
- requirements:
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ~>
96
+ - !ruby/object:Gem::Version
97
+ version: 0.0.4
98
+ - !ruby/object:Gem::Dependency
99
+ name: json_pure
100
+ requirement: !ruby/object:Gem::Requirement
101
+ requirements:
79
102
  - - ~>
80
- - !ruby/object:Gem::Version
81
- version: "1.8"
103
+ - !ruby/object:Gem::Version
104
+ version: '1.8'
82
105
  type: :runtime
83
- version_requirements: *id008
84
- - !ruby/object:Gem::Dependency
85
- name: open4
86
106
  prerelease: false
87
- requirement: &id009 !ruby/object:Gem::Requirement
88
- requirements:
107
+ version_requirements: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - ~>
110
+ - !ruby/object:Gem::Version
111
+ version: '1.8'
112
+ - !ruby/object:Gem::Dependency
113
+ name: open4
114
+ requirement: !ruby/object:Gem::Requirement
115
+ requirements:
89
116
  - - ~>
90
- - !ruby/object:Gem::Version
91
- version: "1.3"
117
+ - !ruby/object:Gem::Version
118
+ version: '1.3'
92
119
  type: :runtime
93
- version_requirements: *id009
94
- - !ruby/object:Gem::Dependency
95
- name: activesupport
96
120
  prerelease: false
97
- requirement: &id010 !ruby/object:Gem::Requirement
98
- requirements:
99
- - - ">="
100
- - !ruby/object:Gem::Version
121
+ version_requirements: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - ~>
124
+ - !ruby/object:Gem::Version
125
+ version: '1.3'
126
+ - !ruby/object:Gem::Dependency
127
+ name: activesupport
128
+ requirement: !ruby/object:Gem::Requirement
129
+ requirements:
130
+ - - '>='
131
+ - !ruby/object:Gem::Version
101
132
  version: 3.2.15
102
133
  - - <
103
- - !ruby/object:Gem::Version
104
- version: "4"
134
+ - !ruby/object:Gem::Version
135
+ version: '4'
105
136
  type: :runtime
106
- version_requirements: *id010
107
- - !ruby/object:Gem::Dependency
108
- name: bacon
109
137
  prerelease: false
110
- requirement: &id011 !ruby/object:Gem::Requirement
111
- requirements:
138
+ version_requirements: !ruby/object:Gem::Requirement
139
+ requirements:
140
+ - - '>='
141
+ - !ruby/object:Gem::Version
142
+ version: 3.2.15
143
+ - - <
144
+ - !ruby/object:Gem::Version
145
+ version: '4'
146
+ - !ruby/object:Gem::Dependency
147
+ name: bacon
148
+ requirement: !ruby/object:Gem::Requirement
149
+ requirements:
112
150
  - - ~>
113
- - !ruby/object:Gem::Version
114
- version: "1.1"
151
+ - !ruby/object:Gem::Version
152
+ version: '1.1'
115
153
  type: :development
116
- version_requirements: *id011
154
+ prerelease: false
155
+ version_requirements: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - ~>
158
+ - !ruby/object:Gem::Version
159
+ version: '1.1'
117
160
  description: |-
118
161
  CocoaPods manages library dependencies for your Xcode project.
119
-
162
+
120
163
  You specify the dependencies for your project in one easy text file. CocoaPods resolves dependencies between libraries, fetches source code for the dependencies, and creates and maintains an Xcode workspace to build your project.
121
-
164
+
122
165
  Ultimately, the goal is to improve discoverability of, and engagement in, third party open-source libraries, by creating a more centralized ecosystem.
123
- email:
166
+ email:
124
167
  - eloy.de.enige@gmail.com
125
168
  - fabiopelosin@gmail.com
126
- executables:
169
+ executables:
127
170
  - pod
128
171
  - sandbox-pod
129
172
  extensions: []
130
-
131
173
  extra_rdoc_files: []
132
-
133
- files:
174
+ files:
134
175
  - lib/cocoapods/command/help.rb
135
176
  - lib/cocoapods/command/init.rb
136
177
  - lib/cocoapods/command/inter_process_communication.rb
@@ -197,47 +238,63 @@ files:
197
238
  - LICENSE
198
239
  - CHANGELOG.md
199
240
  homepage: https://github.com/CocoaPods/CocoaPods
200
- licenses:
241
+ licenses:
201
242
  - MIT
202
243
  metadata: {}
203
-
204
- post_install_message: "\n\
205
- CHANGELOG:\n\n\
206
- ## 0.27.1\n\
207
- [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.26.2...0.27.1)\n\
208
- \xE2\x80\xA2 [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.26.2...0.27.1)\n\
209
- \xE2\x80\xA2 [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.13.0...0.14.0)\n\n\
210
- ###### Enhancements\n\n\
211
- * The xcodeproj gem now comes bundled with prebuilt binaries for the Ruby\n versions that come with OS X 10.8 and 10.9. Users now no longer need to\n install the Xcode Command Line Tools or deal with the Ruby C header location.\n [Eloy Dur\xC3\xA1n](https://github.com/alloy)\n [Xcodeproj#88](https://github.com/CocoaPods/Xcodeproj/issues/88)\n\n\
212
- * Targets passed to the `link_with` method of the Podfile DSL no longer need\n to be explicitly passed as an array. `link_with ['target1', 'target2']` can\n now be written as `link_with 'target1', 'target2'`.\n [Adam Sharp](https://github.com/sharplet)\n [Core#30](https://github.com/CocoaPods/Core/pull/30)\n\n\
213
- * The copy resources script now compiles xcassets resources.\n [Ulrik Damm](https://github.com/ulrikdamm)\n [#1427](https://github.com/CocoaPods/CocoaPods/pull/1427)\n\n\
214
- * `pod repo` now support a `remove ['repo_name']` command.\n [Joshua Kalpin](https://github.com/Kapin)\n [#1493](https://github.com/CocoaPods/CocoaPods/issues/1493)\n [#1484](https://github.com/CocoaPods/CocoaPods/issues/1484)\n\n\
215
- ###### Bug Fixes\n\n\
216
- * The architecture is now set in the build settings of the user build\n configurations.\n [Fabio Pelosin](https://github.com/irrationalfab)\n [#1450](https://github.com/CocoaPods/CocoaPods/issues/1462)\n [#1462](https://github.com/CocoaPods/CocoaPods/issues/1462)\n\n\
217
- * Fixed a crash related to CocoaPods being unable to resolve an unique build\n setting of an user target with custom build configurations. \n [Fabio Pelosin](https://github.com/irrationalfab)\n [#1462](https://github.com/CocoaPods/CocoaPods/issues/1462)\n [#1463](https://github.com/CocoaPods/CocoaPods/issues/1463)\n [#1457](https://github.com/CocoaPods/CocoaPods/issues/1457)\n\n\
218
- * Fixed a defect which prevented subspecs from being dependant on a pod with a\n name closely matching the name of one of the subspec's parents. \n [Noah McCann](https://github.com/nmccann)\n [#29](https://github.com/CocoaPods/Core/pull/29)\n\n\
219
- * The developer dir relative to the SDK is not added anymore if testing \n frameworks are detected in OS X targets, as it doesn't exists, avoiding the\n presentation of the relative warning in Xcode.\n [Fabio Pelosin](https://github.com/irrationalfab)\n\n\n"
244
+ post_install_message: "\nCHANGELOG:\n\n## 0.28.0\n[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.27.1...0.28.0)\n•
245
+ [CocoaPods-core](https://github.com/CocoaPods/Core/compare/0.27.1...0.28.0)\n• [CLAide](https://github.com/CocoaPods/CLAide/compare/0.3.2...0.4.0)\n\n######
246
+ Enhancements\n\n* CLAide now supports gem plugins. An example CocoaPods plugin can
247
+ be found at\n [open\\_pod\\_bay](https://github.com/leshill/open_pod_bay).\n\n
248
+ \ As of yet there are no promises made yet on the APIs, so try to fail as\n gracefully
249
+ as possible in case a CocoaPods update breaks your usage. In these\n cases, also
250
+ please let us know what you would need, so we can take this into\n account when
251
+ we do finalize APIs.\n\n [Les Hill](https://github.com/leshill)\n [CLAide#1](https://github.com/CocoaPods/CLAide/pull/1)\n
252
+ \ [#959](https://github.com/CocoaPods/CocoaPods/issues/959)\n\n###### Bug Fixes\n\n*
253
+ Compiling `xcassets` with `actool` now uses `UNLOCALIZED_RESOURCES_FOLDER_PATH`\n
254
+ \ instead of `PRODUCT_NAME.WRAPPER_EXTENSION` as output directory as it is more\n
255
+ \ accurate and allows the project to overwrite `WRAPPER_NAME`. \n [Marc Knaup](https://github.com/fluidsonic)\n
256
+ \ [#1556](https://github.com/CocoaPods/CocoaPods/pull/1556)\n\n* Added a condition
257
+ to avoid compiling xcassets when `WRAPPER_EXTENSION`\n is undefined, as it would
258
+ be in the case of static libraries. This prevents\n trying to copy the compiled
259
+ files to a directory that does not exist. \n [Noah McCann](https://github.com/nmccann)\n
260
+ \ [#1521](https://github.com/CocoaPods/CocoaPods/pull/1521)\n\n* Added additional
261
+ condition to check if `actool` is available when compiling\n `xcassets`. This prevents
262
+ build failures of Xcode 5 projects on Travis CI (or\n lower Xcode versions). \n
263
+ \ [Michal Konturek](https://github.com/michalkonturek)\n [#1511](https://github.com/CocoaPods/CocoaPods/pull/1511)\n\n*
264
+ Added a condition to properly handle universal or mac apps when compiling\n xcassets.
265
+ This prevents build errors in the xcassets compilation stage\n particularly when
266
+ using xctool to build. \n [Ryan Marsh](https://github.com/ryanwmarsh)\n [#1594](https://github.com/CocoaPods/CocoaPods/pull/1594)\n\n*
267
+ Vendored Libraries now correctly affect whether a podspec is considered empty. \n
268
+ \ [Joshua Kalpin](https://github.com/Kapin)\n [Core#38](https://github.com/CocoaPods/Core/pull/38)\n\n*
269
+ Vendored Libraries and Vendored Frameworks now have their paths validated correctly.
270
+ \ \n [Joshua Kalpin](https://github.com/Kapin)\n [#1567](https://github.com/CocoaPods/CocoaPods/pull/1567)\n\n*
271
+ Gists are now correctly accepted with https. \n [Joshua Kalpin](https://github.com/Kapin)\n
272
+ \ [Core#38](https://github.com/CocoaPods/Core/pull/38)\n\n* The `pod push` command
273
+ is now more specific about the branch it pushes to. \n [orta](http://orta.github.io)\n
274
+ \ [#1561](https://github.com/CocoaPods/CocoaPods/pull/1561)\n\n* Dtrace files are
275
+ now properly left unflagged when installing, regardless of configuration. \n [Swizzlr](https://github.com/swizzlr)\n
276
+ \ [#1560](https://github.com/CocoaPods/CocoaPods/pull/1560)\n\n* Users are now warned
277
+ if their terminal encoding is not UTF-8. This fixes an issue\n with a small percentage
278
+ of pod names that are incompatible with ASCII. \n [Joshua Kalpin](https://github.com/Kapin)\n
279
+ \ [#1570](https://github.com/CocoaPods/CocoaPods/pull/1570)\n\n\n"
220
280
  rdoc_options: []
221
-
222
- require_paths:
281
+ require_paths:
223
282
  - lib
224
- required_ruby_version: !ruby/object:Gem::Requirement
225
- requirements:
226
- - - ">="
227
- - !ruby/object:Gem::Version
283
+ required_ruby_version: !ruby/object:Gem::Requirement
284
+ requirements:
285
+ - - '>='
286
+ - !ruby/object:Gem::Version
228
287
  version: 1.8.7
229
- required_rubygems_version: !ruby/object:Gem::Requirement
230
- requirements:
231
- - - ">="
232
- - !ruby/object:Gem::Version
233
- version: "0"
288
+ required_rubygems_version: !ruby/object:Gem::Requirement
289
+ requirements:
290
+ - - '>='
291
+ - !ruby/object:Gem::Version
292
+ version: '0'
234
293
  requirements: []
235
-
236
294
  rubyforge_project:
237
- rubygems_version: 2.1.8
295
+ rubygems_version: 2.0.3
238
296
  signing_key:
239
297
  specification_version: 3
240
298
  summary: An Objective-C library package manager.
241
299
  test_files: []
242
-
243
300
  has_rdoc: