cocoapods 0.37.1 → 0.37.2

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.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +29 -0
  3. data/lib/cocoapods/command/outdated.rb +2 -0
  4. data/lib/cocoapods/command/repo/lint.rb +2 -0
  5. data/lib/cocoapods/command/repo/push.rb +9 -3
  6. data/lib/cocoapods/command/spec/edit.rb +7 -0
  7. data/lib/cocoapods/config.rb +12 -0
  8. data/lib/cocoapods/downloader/cache.rb +8 -3
  9. data/lib/cocoapods/downloader/request.rb +5 -0
  10. data/lib/cocoapods/executable.rb +9 -1
  11. data/lib/cocoapods/external_sources.rb +13 -0
  12. data/lib/cocoapods/external_sources/abstract_external_source.rb +8 -1
  13. data/lib/cocoapods/gem_version.rb +1 -1
  14. data/lib/cocoapods/generator/copy_resources_script.rb +7 -3
  15. data/lib/cocoapods/generator/header.rb +2 -0
  16. data/lib/cocoapods/generator/info_plist_file.rb +2 -0
  17. data/lib/cocoapods/generator/module_map.rb +5 -3
  18. data/lib/cocoapods/generator/prefix_header.rb +2 -0
  19. data/lib/cocoapods/generator/target_environment_header.rb +1 -4
  20. data/lib/cocoapods/generator/umbrella_header.rb +2 -0
  21. data/lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb +3 -1
  22. data/lib/cocoapods/generator/xcconfig/private_pod_xcconfig.rb +2 -0
  23. data/lib/cocoapods/generator/xcconfig/public_pod_xcconfig.rb +2 -0
  24. data/lib/cocoapods/generator/xcconfig/xcconfig_helper.rb +14 -7
  25. data/lib/cocoapods/hooks/installer_representation.rb +2 -0
  26. data/lib/cocoapods/hooks/library_representation.rb +4 -2
  27. data/lib/cocoapods/hooks/pod_representation.rb +6 -6
  28. data/lib/cocoapods/hooks_manager.rb +2 -0
  29. data/lib/cocoapods/installer.rb +43 -2
  30. data/lib/cocoapods/installer/analyzer.rb +16 -3
  31. data/lib/cocoapods/installer/analyzer/sandbox_analyzer.rb +3 -1
  32. data/lib/cocoapods/installer/file_references_installer.rb +3 -1
  33. data/lib/cocoapods/installer/hooks_context.rb +9 -0
  34. data/lib/cocoapods/installer/migrator.rb +22 -1
  35. data/lib/cocoapods/installer/pod_source_installer.rb +16 -8
  36. data/lib/cocoapods/installer/pod_source_preparer.rb +2 -0
  37. data/lib/cocoapods/installer/user_project_integrator.rb +4 -2
  38. data/lib/cocoapods/installer/user_project_integrator/target_integrator.rb +6 -2
  39. data/lib/cocoapods/open_uri.rb +8 -0
  40. data/lib/cocoapods/project.rb +3 -1
  41. data/lib/cocoapods/resolver.rb +10 -10
  42. data/lib/cocoapods/sandbox.rb +4 -0
  43. data/lib/cocoapods/sandbox/file_accessor.rb +3 -1
  44. data/lib/cocoapods/sandbox/headers_store.rb +4 -4
  45. data/lib/cocoapods/sandbox/path_list.rb +25 -6
  46. data/lib/cocoapods/sources_manager.rb +3 -1
  47. data/lib/cocoapods/target.rb +1 -1
  48. data/lib/cocoapods/target/aggregate_target.rb +8 -2
  49. data/lib/cocoapods/user_interface.rb +62 -0
  50. data/lib/cocoapods/validator.rb +6 -2
  51. metadata +34 -33
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.1
4
+ version: 0.37.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-05-06 00:00:00.000000000 Z
14
+ date: 2015-05-27 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: cocoapods-core
@@ -19,14 +19,14 @@ dependencies:
19
19
  requirements:
20
20
  - - '='
21
21
  - !ruby/object:Gem::Version
22
- version: 0.37.1
22
+ version: 0.37.2
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 0.37.1
29
+ version: 0.37.2
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: claide
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -47,14 +47,14 @@ dependencies:
47
47
  requirements:
48
48
  - - ~>
49
49
  - !ruby/object:Gem::Version
50
- version: 0.24.1
50
+ version: 0.24.2
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - ~>
56
56
  - !ruby/object:Gem::Version
57
- version: 0.24.1
57
+ version: 0.24.2
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: cocoapods-downloader
60
60
  requirement: !ruby/object:Gem::Requirement
@@ -89,28 +89,28 @@ dependencies:
89
89
  requirements:
90
90
  - - ~>
91
91
  - !ruby/object:Gem::Version
92
- version: 0.4.4
92
+ version: 0.4.5
93
93
  type: :runtime
94
94
  prerelease: false
95
95
  version_requirements: !ruby/object:Gem::Requirement
96
96
  requirements:
97
97
  - - ~>
98
98
  - !ruby/object:Gem::Version
99
- version: 0.4.4
99
+ version: 0.4.5
100
100
  - !ruby/object:Gem::Dependency
101
101
  name: cocoapods-trunk
102
102
  requirement: !ruby/object:Gem::Requirement
103
103
  requirements:
104
104
  - - ~>
105
105
  - !ruby/object:Gem::Version
106
- version: 0.6.0
106
+ version: 0.6.1
107
107
  type: :runtime
108
108
  prerelease: false
109
109
  version_requirements: !ruby/object:Gem::Requirement
110
110
  requirements:
111
111
  - - ~>
112
112
  - !ruby/object:Gem::Version
113
- version: 0.6.0
113
+ version: 0.6.1
114
114
  - !ruby/object:Gem::Dependency
115
115
  name: molinillo
116
116
  requirement: !ruby/object:Gem::Requirement
@@ -240,43 +240,49 @@ executables:
240
240
  extensions: []
241
241
  extra_rdoc_files: []
242
242
  files:
243
+ - CHANGELOG.md
244
+ - LICENSE
245
+ - README.md
246
+ - bin/pod
247
+ - bin/sandbox-pod
248
+ - lib/cocoapods.rb
249
+ - lib/cocoapods/command.rb
243
250
  - lib/cocoapods/command/init.rb
244
251
  - lib/cocoapods/command/inter_process_communication.rb
245
252
  - lib/cocoapods/command/lib.rb
246
253
  - lib/cocoapods/command/list.rb
247
254
  - lib/cocoapods/command/outdated.rb
248
255
  - lib/cocoapods/command/project.rb
256
+ - lib/cocoapods/command/repo.rb
249
257
  - lib/cocoapods/command/repo/add.rb
250
258
  - lib/cocoapods/command/repo/lint.rb
251
259
  - lib/cocoapods/command/repo/list.rb
252
260
  - lib/cocoapods/command/repo/push.rb
253
261
  - lib/cocoapods/command/repo/remove.rb
254
262
  - lib/cocoapods/command/repo/update.rb
255
- - lib/cocoapods/command/repo.rb
256
263
  - lib/cocoapods/command/search.rb
257
264
  - lib/cocoapods/command/setup.rb
265
+ - lib/cocoapods/command/spec.rb
258
266
  - lib/cocoapods/command/spec/cat.rb
259
267
  - lib/cocoapods/command/spec/create.rb
260
268
  - lib/cocoapods/command/spec/edit.rb
261
269
  - lib/cocoapods/command/spec/lint.rb
262
270
  - lib/cocoapods/command/spec/which.rb
263
- - lib/cocoapods/command/spec.rb
264
- - lib/cocoapods/command.rb
265
271
  - lib/cocoapods/config.rb
272
+ - lib/cocoapods/downloader.rb
266
273
  - lib/cocoapods/downloader/cache.rb
267
274
  - lib/cocoapods/downloader/request.rb
268
275
  - lib/cocoapods/downloader/response.rb
269
- - lib/cocoapods/downloader.rb
270
276
  - lib/cocoapods/executable.rb
277
+ - lib/cocoapods/external_sources.rb
271
278
  - lib/cocoapods/external_sources/abstract_external_source.rb
272
279
  - lib/cocoapods/external_sources/downloader_source.rb
273
280
  - lib/cocoapods/external_sources/path_source.rb
274
281
  - lib/cocoapods/external_sources/podspec_source.rb
275
- - lib/cocoapods/external_sources.rb
276
282
  - lib/cocoapods/gem_version.rb
283
+ - lib/cocoapods/generator/acknowledgements.rb
277
284
  - lib/cocoapods/generator/acknowledgements/markdown.rb
278
285
  - lib/cocoapods/generator/acknowledgements/plist.rb
279
- - lib/cocoapods/generator/acknowledgements.rb
280
286
  - lib/cocoapods/generator/bridge_support.rb
281
287
  - lib/cocoapods/generator/copy_resources_script.rb
282
288
  - lib/cocoapods/generator/dummy_source.rb
@@ -287,53 +293,47 @@ files:
287
293
  - lib/cocoapods/generator/prefix_header.rb
288
294
  - lib/cocoapods/generator/target_environment_header.rb
289
295
  - lib/cocoapods/generator/umbrella_header.rb
296
+ - lib/cocoapods/generator/xcconfig.rb
290
297
  - lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
291
298
  - lib/cocoapods/generator/xcconfig/private_pod_xcconfig.rb
292
299
  - lib/cocoapods/generator/xcconfig/public_pod_xcconfig.rb
293
300
  - lib/cocoapods/generator/xcconfig/xcconfig_helper.rb
294
- - lib/cocoapods/generator/xcconfig.rb
295
301
  - lib/cocoapods/hooks/installer_representation.rb
296
302
  - lib/cocoapods/hooks/library_representation.rb
297
303
  - lib/cocoapods/hooks/pod_representation.rb
298
304
  - lib/cocoapods/hooks_manager.rb
305
+ - lib/cocoapods/installer.rb
306
+ - lib/cocoapods/installer/analyzer.rb
299
307
  - lib/cocoapods/installer/analyzer/locking_dependency_analyzer.rb
300
308
  - lib/cocoapods/installer/analyzer/sandbox_analyzer.rb
301
- - lib/cocoapods/installer/analyzer.rb
302
309
  - lib/cocoapods/installer/file_references_installer.rb
303
310
  - lib/cocoapods/installer/hooks_context.rb
304
311
  - lib/cocoapods/installer/migrator.rb
305
312
  - lib/cocoapods/installer/pod_source_installer.rb
306
313
  - lib/cocoapods/installer/pod_source_preparer.rb
314
+ - lib/cocoapods/installer/target_installer.rb
307
315
  - lib/cocoapods/installer/target_installer/aggregate_target_installer.rb
308
316
  - lib/cocoapods/installer/target_installer/pod_target_installer.rb
309
- - lib/cocoapods/installer/target_installer.rb
310
- - lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb
311
- - lib/cocoapods/installer/user_project_integrator/target_integrator.rb
312
317
  - lib/cocoapods/installer/user_project_integrator.rb
313
- - lib/cocoapods/installer.rb
318
+ - lib/cocoapods/installer/user_project_integrator/target_integrator.rb
319
+ - lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb
314
320
  - lib/cocoapods/open_uri.rb
315
321
  - lib/cocoapods/project.rb
316
- - lib/cocoapods/resolver/lazy_specification.rb
317
322
  - lib/cocoapods/resolver.rb
323
+ - lib/cocoapods/resolver/lazy_specification.rb
324
+ - lib/cocoapods/sandbox.rb
318
325
  - lib/cocoapods/sandbox/file_accessor.rb
319
326
  - lib/cocoapods/sandbox/headers_store.rb
320
327
  - lib/cocoapods/sandbox/path_list.rb
321
328
  - lib/cocoapods/sandbox/pod_dir_cleaner.rb
322
329
  - lib/cocoapods/sandbox/podspec_finder.rb
323
- - lib/cocoapods/sandbox.rb
324
330
  - lib/cocoapods/sources_manager.rb
331
+ - lib/cocoapods/target.rb
325
332
  - lib/cocoapods/target/aggregate_target.rb
326
333
  - lib/cocoapods/target/pod_target.rb
327
- - lib/cocoapods/target.rb
328
- - lib/cocoapods/user_interface/error_report.rb
329
334
  - lib/cocoapods/user_interface.rb
335
+ - lib/cocoapods/user_interface/error_report.rb
330
336
  - lib/cocoapods/validator.rb
331
- - lib/cocoapods.rb
332
- - bin/pod
333
- - bin/sandbox-pod
334
- - README.md
335
- - LICENSE
336
- - CHANGELOG.md
337
337
  homepage: https://github.com/CocoaPods/CocoaPods
338
338
  licenses:
339
339
  - MIT
@@ -354,8 +354,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
354
354
  version: '0'
355
355
  requirements: []
356
356
  rubyforge_project:
357
- rubygems_version: 2.0.14
357
+ rubygems_version: 2.4.7
358
358
  signing_key:
359
359
  specification_version: 3
360
360
  summary: The Cocoa library package manager.
361
361
  test_files: []
362
+ has_rdoc: