cocoapods 0.35.0 → 0.36.0.beta.1

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 (45) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +185 -6
  3. data/README.md +1 -1
  4. data/lib/cocoapods.rb +4 -0
  5. data/lib/cocoapods/command.rb +2 -2
  6. data/lib/cocoapods/command/inter_process_communication.rb +1 -1
  7. data/lib/cocoapods/command/lib.rb +3 -0
  8. data/lib/cocoapods/command/list.rb +0 -35
  9. data/lib/cocoapods/command/search.rb +1 -2
  10. data/lib/cocoapods/command/spec.rb +6 -3
  11. data/lib/cocoapods/config.rb +1 -20
  12. data/lib/cocoapods/external_sources/abstract_external_source.rb +4 -0
  13. data/lib/cocoapods/gem_version.rb +1 -1
  14. data/lib/cocoapods/generator/embed_frameworks_script.rb +107 -0
  15. data/lib/cocoapods/generator/header.rb +13 -1
  16. data/lib/cocoapods/generator/info_plist_file.rb +84 -0
  17. data/lib/cocoapods/generator/module_map.rb +49 -0
  18. data/lib/cocoapods/generator/umbrella_header.rb +44 -0
  19. data/lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb +69 -23
  20. data/lib/cocoapods/generator/xcconfig/private_pod_xcconfig.rb +12 -0
  21. data/lib/cocoapods/generator/xcconfig/public_pod_xcconfig.rb +1 -9
  22. data/lib/cocoapods/generator/xcconfig/xcconfig_helper.rb +79 -1
  23. data/lib/cocoapods/hooks_manager.rb +75 -13
  24. data/lib/cocoapods/installer.rb +59 -2
  25. data/lib/cocoapods/installer/analyzer.rb +115 -38
  26. data/lib/cocoapods/installer/analyzer/locking_dependency_analyzer.rb +6 -1
  27. data/lib/cocoapods/installer/file_references_installer.rb +11 -5
  28. data/lib/cocoapods/installer/migrator.rb +9 -0
  29. data/lib/cocoapods/installer/target_installer.rb +89 -5
  30. data/lib/cocoapods/installer/target_installer/aggregate_target_installer.rb +49 -5
  31. data/lib/cocoapods/installer/target_installer/pod_target_installer.rb +57 -9
  32. data/lib/cocoapods/installer/user_project_integrator.rb +3 -2
  33. data/lib/cocoapods/installer/user_project_integrator/target_integrator.rb +67 -6
  34. data/lib/cocoapods/project.rb +18 -2
  35. data/lib/cocoapods/resolver.rb +2 -2
  36. data/lib/cocoapods/sandbox/file_accessor.rb +23 -3
  37. data/lib/cocoapods/sandbox/headers_store.rb +4 -0
  38. data/lib/cocoapods/sources_manager.rb +5 -1
  39. data/lib/cocoapods/target.rb +117 -1
  40. data/lib/cocoapods/target/aggregate_target.rb +46 -4
  41. data/lib/cocoapods/target/pod_target.rb +39 -1
  42. data/lib/cocoapods/user_interface.rb +16 -21
  43. data/lib/cocoapods/user_interface/error_report.rb +2 -2
  44. data/lib/cocoapods/validator.rb +68 -23
  45. metadata +23 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ddc8b79f35ff52c1e7bea24f5f20c7f2e1c9008c
4
- data.tar.gz: 935b3efb59e8d0bfbc7b0e1fcd8b391e2d1dfb54
3
+ metadata.gz: d901c87f1445f2710eec3c2eb0eb6811632af6ac
4
+ data.tar.gz: 25b99c19eb28e2b133bd2a1c0729d6b08b5c7464
5
5
  SHA512:
6
- metadata.gz: da671838317175baf103a1cc34467b2ee641f8d4fae9ce7a7e7fd59696854bd1023e7b6cd19f9c1695fd25a0d6a0f1944775454ed2c6fcceffcc43715fa569e4
7
- data.tar.gz: 5b80c94fdee8e54e23989e44fd39f56c24eec9275d81a9dadae523e8388eb544417ad579bf6037ffeb66579fbc07d2d3490965bc043da0598c3f44c829456325
6
+ metadata.gz: 9a6452b52e0383745bd85757371c0e66e468cf3c6369d3f51cd047e8c05a42c6865b47600685f02eaf3befa3335f10a66eb79c322dfbf087bcea180f57002d41
7
+ data.tar.gz: 63c0bd80d23a5ca73c3634ee40a1aaf8b1b9df767a685971cee811576840eab3a8a1ceca06a379327302982d15cd0dac48d31cf20f15fa92dd1fdef8f2d40196
@@ -4,6 +4,121 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
4
4
 
5
5
  To install release candidates run `[sudo] gem install cocoapods --pre`
6
6
 
7
+ ## 0.36.0.beta.1
8
+
9
+ [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.35.0...0.36.0.beta.1)
10
+ • [CocoaPods-Core](https://github.com/CocoaPods/Core/compare/0.35.0...0.36.0.beta.1)
11
+ • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.20.2...0.21.0)
12
+ • [CLAide](https://github.com/CocoaPods/CLAide/compare/v0.7.0...0.8.0)
13
+ • [Molinillo](https://github.com/CocoaPods/Molinillo/compare/0.1.2...0.2.0)
14
+ • [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader/compare/0.8.0...0.8.1)
15
+ • [cocoapods-try](https://github.com/CocoaPods/cocoapods-try/compare/0.4.2...0.4.3)
16
+ • [cocoapods-trunk](https://github.com/CocoaPods/cocoapods-trunk/compare/0.4.1...0.5.0)
17
+ • [cocoapods-plugins](https://github.com/CocoaPods/cocoapods-plugins/compare/0.3.2...0.4.0)
18
+
19
+ ##### Highlighted Enhancement That Needs Testing
20
+
21
+ * Support Frameworks & Swift: CocoaPods now recognizes Swift source files and
22
+ builds dynamic frameworks when necessary. A project can explicitly
23
+ opt-in via `use_frameworks!` in the Podfile, or if any dependency contains
24
+ Swift code, all pods for that target will be integrated as frameworks.
25
+
26
+ As a pod author, you can change the module name of the built framework by
27
+ specifying a `module_name` in the podspec. The built frameworks are embedded into
28
+ the host application with a new shell script build phase in the user's
29
+ project allowing configuration-dependent pods.
30
+
31
+ [Marius Rackwitz](https://github.com/mrackwitz)
32
+ [#2835](https://github.com/CocoaPods/CocoaPods/issues/2835)
33
+
34
+ ##### Breaking
35
+
36
+ * Bundle Resources into Frameworks: Previously all resources were compiled and
37
+ copied into the `mainBundle`. Now Pods have to use
38
+ `[NSBundle bundleForClass:<#Class from Pod#>]` to access provided resources
39
+ relative to the bundle.
40
+
41
+ [Boris Bügling](https://github.com/neonichu)
42
+ [#2835](https://github.com/CocoaPods/CocoaPods/issues/2730)
43
+
44
+ * Only the hooks specified by usage of the `plugin` directive of the `Podfile`
45
+ will be run. Additionally, plugins that depend on hooks will have to update to
46
+ specify their 'plugin name' when registering the hooks in order to make it
47
+ possible for those hooks to be run.
48
+ [Samuel Giddins](https://github.com/segiddins)
49
+ [#2640](https://github.com/CocoaPods/CocoaPods/issues/2640)
50
+
51
+ ##### Enhancements
52
+
53
+ * Do not generate targets for Pods without sources.
54
+ [Boris Bügling](https://github.com/neonichu)
55
+ [#2918](https://github.com/CocoaPods/CocoaPods/issues/2918)
56
+
57
+ * Show the name of the source for each hook that is run in verbose mode.
58
+ [Samuel Giddins](https://github.com/segiddins)
59
+ [#2639](https://github.com/CocoaPods/CocoaPods/issues/2639)
60
+
61
+ * Move pods' private headers to `Headers/Private` from `Headers/Build`.
62
+ Since some SCM ignore templates include `build` by default, this makes it
63
+ easier to check in the `Pods/` directory.
64
+ [Samuel Giddins](https://github.com/segiddins)
65
+ [#2623](https://github.com/CocoaPods/CocoaPods/issues/2623)
66
+
67
+ * Validate that a specification's `public_header_files` and
68
+ `private_header_files` file patterns only match header files.
69
+ Also, validate that all file patterns, if given, match at least one file.
70
+ [Samuel Giddins](https://github.com/segiddins)
71
+ [#2914](https://github.com/CocoaPods/CocoaPods/issues/2914)
72
+
73
+ * Installer changed to organize a development pod's source and resource files
74
+ into subgroups reflecting their organization in the filesystem.
75
+ [Imre mihaly](https://github.com/imihaly)
76
+
77
+ ##### Bug Fixes
78
+
79
+ * Fix resource bundles for not build targets.
80
+ [Boris Bügling](https://github.com/neonichu)
81
+ [#2934](https://github.com/CocoaPods/CocoaPods/issues/2934)
82
+
83
+ * Fix updating a pod that has subspec dependencies.
84
+ [Samuel Giddins](https://github.com/segiddins)
85
+ [#2879](https://github.com/CocoaPods/CocoaPods/issues/2879)
86
+
87
+ * Restore the `#define`s in the environment header when the `--no-integrate`
88
+ installation option is used.
89
+ [Samuel Giddins](https://github.com/segiddins)
90
+ [#2876](https://github.com/CocoaPods/CocoaPods/issues/2876)
91
+
92
+ * Fix issues when trying to discover the xcodeproj automatically
93
+ but the current path contains special characters (`[`,`]`,`{`,`}`,`*`,`?`).
94
+ [Olivier Halligon](https://github.com/AliSoftware)
95
+ [#2852](https://github.com/CocoaPods/CocoaPods/issues/2852)
96
+
97
+ * Fix linting subspecs that have a higher deployment target than the root
98
+ spec.
99
+ [Samuel Giddins](https://github.com/segiddins)
100
+ [#1919](https://github.com/CocoaPods/CocoaPods/issues/1919)
101
+
102
+ * Fix the reading of podspecs that come from the `:git`, `:svn`, ':http', or
103
+ `:hg` options in your `Podfile` that used context-dependent ruby code, such as
104
+ reading a file to determine the specification version.
105
+ [Samuel Giddins](https://github.com/segiddins)
106
+ [#2875](https://github.com/CocoaPods/CocoaPods/issues/2875)
107
+
108
+ * Fix the updating of `:git`, `:svn`, and `:hg` dependencies when updating all
109
+ pods.
110
+ [Samuel Giddins](https://github.com/CocoaPods/CocoaPods/issues/2859)
111
+ [#2859](https://github.com/CocoaPods/CocoaPods/issues/2859)
112
+
113
+ * Fix an issue when a user doesn't yet have any spec repositories configured.
114
+ [Boris Bügling](https://github.com/neonichu)
115
+
116
+ * Fix an issue updating repositories when another spec repository doesn't
117
+ have a remote.
118
+ [Kyle Fuller](https://github.com/kylef)
119
+ [#2965](https://github.com/CocoaPods/CocoaPods/issues/2965)
120
+
121
+
7
122
  ## 0.35.0
8
123
 
9
124
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.34.4...0.35.0)
@@ -11,6 +126,8 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
11
126
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.19.4...0.20.2)
12
127
  • [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader/compare/0.7.2...0.8.0)
13
128
 
129
+ For more details, see :memo: [CocoaPods 0.35](http://blog.cocoapods.org/CocoaPods-0.35/) on our blog.
130
+
14
131
  ##### Enhancements
15
132
 
16
133
  * Allow the specification of file patterns for the Podspec's `requires_arc`
@@ -333,6 +450,8 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
333
450
 
334
451
  ## 0.34.0
335
452
 
453
+ For more details, see :memo: [CocoaPods 0.34](http://blog.cocoapods.org/CocoaPods-0.34/) on our blog.
454
+
336
455
  ##### Breaking
337
456
 
338
457
  * Add support for loading podspecs from *only* specific spec-repos via
@@ -594,6 +713,8 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
594
713
 
595
714
  ## 0.33.0
596
715
 
716
+ For more details, see :memo: [CocoaPods 0.33](http://blog.cocoapods.org/CocoaPods-0.33/) on our blog.
717
+
597
718
  ##### Breaking
598
719
 
599
720
  * The deprecated `pre_install` and the `pod_install` hooks of the specification
@@ -693,8 +814,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
693
814
 
694
815
  ## 0.32.0
695
816
 
696
- [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/master...0.31.1)
697
- • [CocoaPods-Core](https://github.com/CocoaPods/Core/compare/master...0.31.1)
817
+ [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.31.1...0.32.0)
818
+ • [CocoaPods-Core](https://github.com/CocoaPods/Core/compare/0.31.1...0.32.0)
819
+
820
+ For more details, see :memo: [CocoaPods 0.32](http://blog.cocoapods.org/CocoaPods-0.32/) on our blog.
698
821
 
699
822
  ##### Enhancements
700
823
 
@@ -787,8 +910,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
787
910
 
788
911
 
789
912
  ## 0.31.1
790
- [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.31.1...0.31.0)
791
- [CocoaPods-Core](https://github.com/CocoaPods/Core/compare/0.31.1...0.31.0)
913
+
914
+ [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.31.0...0.31.1)
915
+ • [CocoaPods-Core](https://github.com/CocoaPods/Core/compare/0.31.0...0.31.1)
792
916
 
793
917
  ##### Minor Enhancements
794
918
 
@@ -806,9 +930,12 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
806
930
 
807
931
 
808
932
  ## 0.31.0
933
+
809
934
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.30.0...0.31.0)
810
935
  • [CocoaPods-Core](https://github.com/CocoaPods/Core/compare/0.30.0...0.31.0)
811
936
 
937
+ For more details, see :memo: [CocoaPods 0.31](http://blog.cocoapods.org/CocoaPods-0.31/) on our blog.
938
+
812
939
  ##### Enhancements
813
940
 
814
941
  * Warnings are not promoted to errors anymore to maximise compatibility with
@@ -902,8 +1029,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
902
1029
  [#1894](https://github.com/CocoaPods/CocoaPods/pull/1894)
903
1030
 
904
1031
  ## 0.30.0
1032
+
905
1033
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.29.0...0.30.0)
906
1034
 
1035
+ For more details, see :memo: [CocoaPods 0.30](http://blog.cocoapods.org/CocoaPods-0.30/) on our blog.
1036
+
907
1037
  ###### Enhancements
908
1038
 
909
1039
  * Radically reduce first run pod setup bandwidth by creating a shallow clone of
@@ -935,10 +1065,13 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
935
1065
 
936
1066
 
937
1067
  ## 0.29.0
1068
+
938
1069
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.28.0...0.29.0)
939
1070
  • [CocoaPods-core](https://github.com/CocoaPods/Core/compare/0.28.0...0.29.0)
940
1071
  • [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader/compare/0.2.0...0.3.0)
941
1072
 
1073
+ For more details, see :memo: [CocoaPods 0.29](http://blog.cocoapods.org/CocoaPods-0.29/) on our blog.
1074
+
942
1075
  ###### Breaking
943
1076
 
944
1077
  * The command `podfile_info` is now a plugin offered by CocoaPods.
@@ -1060,10 +1193,13 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1060
1193
 
1061
1194
 
1062
1195
  ## 0.28.0
1196
+
1063
1197
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.27.1...0.28.0)
1064
1198
  • [CocoaPods-core](https://github.com/CocoaPods/Core/compare/0.27.1...0.28.0)
1065
1199
  • [CLAide](https://github.com/CocoaPods/CLAide/compare/0.3.2...0.4.0)
1066
1200
 
1201
+ For more details, see :memo: [CocoaPods 0.28](http://blog.cocoapods.org/CocoaPods-0.28/) on our blog.
1202
+
1067
1203
  ###### Enhancements
1068
1204
 
1069
1205
  * CLAide now supports gem plugins. An example CocoaPods plugin can be found at
@@ -1131,10 +1267,13 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1131
1267
 
1132
1268
 
1133
1269
  ## 0.27.1
1270
+
1134
1271
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.26.2...0.27.1)
1135
1272
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.26.2...0.27.1)
1136
1273
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.13.0...0.14.0)
1137
1274
 
1275
+ For more details, see :memo: [CocoaPods 0.27 and improved installation UX](http://blog.cocoapods.org/CocoaPods-0.27-and-improved-installation-UX/) on our blog.
1276
+
1138
1277
  ###### Enhancements
1139
1278
 
1140
1279
  * The xcodeproj gem now comes bundled with prebuilt binaries for the Ruby
@@ -1185,6 +1324,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1185
1324
 
1186
1325
 
1187
1326
  ## 0.26.2
1327
+
1188
1328
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.26.1...0.26.2)
1189
1329
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.26.1...0.26.2)
1190
1330
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.11.1...0.13.0)
@@ -1208,10 +1348,13 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1208
1348
 
1209
1349
 
1210
1350
  ## 0.26.1
1351
+
1211
1352
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.25.0...0.26.1)
1212
1353
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.25.0...0.26.1)
1213
1354
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.11.1...0.12.0)
1214
1355
 
1356
+ For more details, see :memo: [CocoaPods 0.26](http://blog.cocoapods.org/CocoaPods-0.26/) on our blog.
1357
+
1215
1358
  ###### Enhancements
1216
1359
 
1217
1360
  * CocoaPods now creates and hides the schemes of its targets after every
@@ -1267,6 +1410,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1267
1410
 
1268
1411
 
1269
1412
  ## 0.25.0
1413
+
1270
1414
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.24.0...0.25.0)
1271
1415
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.24.0...0.25.0)
1272
1416
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.10.1...0.11.0)
@@ -1329,8 +1473,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1329
1473
 
1330
1474
 
1331
1475
  ## 0.24.0
1332
- [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.22.3...0.23.0.rc1)
1333
- [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.22.3...0.23.0.rc1)
1476
+
1477
+ [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.23.0...0.24.0)
1478
+ • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.23.0...0.24.0)
1334
1479
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.8.1...0.9.0)
1335
1480
  • [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader/compare/0.1.1...0.2.0)
1336
1481
 
@@ -1395,6 +1540,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1395
1540
 
1396
1541
 
1397
1542
  ## 0.23.0.rc1
1543
+
1398
1544
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.22.3...0.23.0.rc1)
1399
1545
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.22.3...0.23.0.rc1)
1400
1546
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.8.1...0.9.0)
@@ -1463,6 +1609,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1463
1609
 
1464
1610
 
1465
1611
  ## 0.22.3
1612
+
1466
1613
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.22.2...0.22.3)
1467
1614
 
1468
1615
  ###### Enhancements
@@ -1496,6 +1643,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1496
1643
 
1497
1644
 
1498
1645
  ## 0.22.2
1646
+
1499
1647
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.22.1...0.22.2)
1500
1648
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.22.1...0.22.2)
1501
1649
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.8.0...0.8.1)
@@ -1524,6 +1672,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1524
1672
 
1525
1673
 
1526
1674
  ## 0.22.1
1675
+
1527
1676
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.22.0...0.22.1)
1528
1677
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.22.0...0.22.1)
1529
1678
 
@@ -1534,6 +1683,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1534
1683
 
1535
1684
 
1536
1685
  ## 0.22.0
1686
+
1537
1687
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.21.0...0.22.0)
1538
1688
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.21.0...0.22.0)
1539
1689
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.7.1...0.8.0)
@@ -1583,6 +1733,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1583
1733
  [#1063](https://github.com/CocoaPods/CocoaPods/issues/1063)
1584
1734
 
1585
1735
  ## 0.21.0
1736
+
1586
1737
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.21.0.rc1...0.21.0)
1587
1738
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.21.0.rc1...0.21.0)
1588
1739
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.7.0...0.7.1)
@@ -1597,6 +1748,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1597
1748
 
1598
1749
 
1599
1750
  ## 0.21.0.rc1
1751
+
1600
1752
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.20.2...0.21.0.rc1)
1601
1753
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.20.2...0.21.0.rc1)
1602
1754
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.6.0...0.7.0)
@@ -1625,6 +1777,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1625
1777
  [#1099](https://github.com/CocoaPods/CocoaPods/issues/1099)
1626
1778
 
1627
1779
  ## 0.20.2
1780
+
1628
1781
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.20.1...0.20.2)
1629
1782
 
1630
1783
  ###### Bug fixes
@@ -1636,6 +1789,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1636
1789
  * Allow sandbox-pod to execute any tool inside a rbenv prefix.
1637
1790
 
1638
1791
  ## 0.20.1
1792
+
1639
1793
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.20.0...0.20.1)
1640
1794
  • [CLAide](https://github.com/CocoaPods/CLAide/compare/0.3.0...0.3.2)
1641
1795
 
@@ -1650,6 +1804,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1650
1804
  and 0.3.1 was not correctly processed by RubyGems.
1651
1805
 
1652
1806
  ## 0.20.0
1807
+
1653
1808
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.19.1...0.20.0)
1654
1809
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.19.1...0.20.0)
1655
1810
  • [cocoapods-downloader](https://github.com/CocoaPods/CLAide/compare/0.1.0...0.1.1)
@@ -1725,6 +1880,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1725
1880
  [#1039](https://github.com/CocoaPods/CocoaPods/issues/1039)
1726
1881
 
1727
1882
  ## 0.19.1
1883
+
1728
1884
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.19.0...0.19.1)
1729
1885
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.19.0...0.19.1)
1730
1886
 
@@ -1737,6 +1893,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1737
1893
  [#1014](https://github.com/CocoaPods/CocoaPods/issues/1014)
1738
1894
 
1739
1895
  ## 0.19.0
1896
+
1740
1897
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.18.1...0.19.0)
1741
1898
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.18.1...0.19.0)
1742
1899
 
@@ -1781,6 +1938,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1781
1938
  [#972](https://github.com/CocoaPods/CocoaPods/issues/972)
1782
1939
 
1783
1940
  ## 0.18.1
1941
+
1784
1942
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.18.0...0.18.1)
1785
1943
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.18.0...0.18.)
1786
1944
 
@@ -1797,6 +1955,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1797
1955
 
1798
1956
 
1799
1957
  ## 0.18.0
1958
+
1800
1959
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.2...0.18.0)
1801
1960
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.2...0.18.0)
1802
1961
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.5.2...0.5.5)
@@ -1842,6 +2001,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1842
2001
 
1843
2002
 
1844
2003
  ## 0.17.2
2004
+
1845
2005
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.1...0.17.2)
1846
2006
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.1...0.17.2)
1847
2007
 
@@ -1864,6 +2024,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1864
2024
 
1865
2025
 
1866
2026
  ## 0.17.1
2027
+
1867
2028
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.0...0.17.1)
1868
2029
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.0...0.17.1)
1869
2030
 
@@ -1873,6 +2034,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1873
2034
  [#917](https://github.com/CocoaPods/CocoaPods/issues/917)
1874
2035
 
1875
2036
  ## 0.17.0
2037
+
1876
2038
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.0.rc7...0.17.0)
1877
2039
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.0.rc7...0.17.0)
1878
2040
 
@@ -1893,6 +2055,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1893
2055
  [motion-cocoapods#50](https://github.com/HipByte/motion-cocoapods/pull/50)
1894
2056
 
1895
2057
  #### rc7
2058
+
1896
2059
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.0.rc6...0.17.0.rc7)
1897
2060
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.0.rc6...0.17.0.rc7)
1898
2061
 
@@ -1912,6 +2075,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1912
2075
  - Search results are sorted.
1913
2076
 
1914
2077
  #### rc6
2078
+
1915
2079
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.0.rc5...0.17.0.rc6)
1916
2080
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.0.rc5...0.17.0.rc6)
1917
2081
 
@@ -1940,6 +2104,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1940
2104
  - Improved support for linting and validating specs repo.
1941
2105
 
1942
2106
  #### rc5
2107
+
1943
2108
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.0.rc4...0.17.0.rc5)
1944
2109
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.0.rc4...0.17.0.rc5)
1945
2110
 
@@ -1950,6 +2115,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1950
2115
  - More user errors are raised as an informative.
1951
2116
 
1952
2117
  #### rc4
2118
+
1953
2119
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.0.rc3...0.17.0.rc4)
1954
2120
 
1955
2121
  ###### Bug fixes
@@ -1975,6 +2141,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1975
2141
  folders.
1976
2142
 
1977
2143
  #### rc3
2144
+
1978
2145
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.0.rc2...0.17.0.rc3
1979
2146
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.5.0...0.5.1))
1980
2147
 
@@ -1998,6 +2165,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
1998
2165
  - Added `pod ipc repl` subcommand.
1999
2166
 
2000
2167
  #### rc2
2168
+
2001
2169
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.0.rc1...0.17.0.rc2)
2002
2170
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.0.rc1...0.17.0.rc2)
2003
2171
 
@@ -2013,6 +2181,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
2013
2181
  [#823](https://github.com/CocoaPods/CocoaPods/issues/823)
2014
2182
 
2015
2183
  #### rc1
2184
+
2016
2185
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.4...0.17.0.rc1)
2017
2186
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.4.3...0.5.0)
2018
2187
  • [cocoapods-core](https://github.com/CocoaPods/Core)
@@ -2121,6 +2290,7 @@ presented below.
2121
2290
  [CLAide](https://github.com/CocoaPods/CLAide).
2122
2291
 
2123
2292
  ## 0.16.4
2293
+
2124
2294
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.3...0.16.4)
2125
2295
 
2126
2296
  ###### Enhancements
@@ -2136,6 +2306,7 @@ presented below.
2136
2306
  [34da3f7](https://github.com/CocoaPods/CocoaPods/commit/34da3f792b2a36fafacd4122e29025c9cf2ff38d)
2137
2307
 
2138
2308
  ## 0.16.3
2309
+
2139
2310
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.2...0.16.3) • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.4.3...0.5.0)
2140
2311
 
2141
2312
  ###### Bug fixes
@@ -2168,6 +2339,7 @@ presented below.
2168
2339
 
2169
2340
 
2170
2341
  ## 0.16.2
2342
+
2171
2343
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.1...0.16.2) • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.4.1...0.4.3)
2172
2344
 
2173
2345
  ###### Bug fixes
@@ -2196,6 +2368,7 @@ presented below.
2196
2368
  [#750](https://github.com/CocoaPods/CocoaPods/pull/750)
2197
2369
 
2198
2370
  ## 0.16.1
2371
+
2199
2372
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0...0.16.1) • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.4.0...0.4.1)
2200
2373
 
2201
2374
  ###### Bug fixes
@@ -2220,6 +2393,7 @@ presented below.
2220
2393
  - Take SDKROOT into account when adding frameworks.
2221
2394
 
2222
2395
  ## 0.16.0
2396
+
2223
2397
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.rc5...master)
2224
2398
 
2225
2399
  ###### Enhancements
@@ -2228,6 +2402,7 @@ presented below.
2228
2402
  [#657](https://github.com/CocoaPods/CocoaPods/issues/657)
2229
2403
 
2230
2404
  ## 0.16.0.rc5
2405
+
2231
2406
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.rc4...0.16.0.rc5)
2232
2407
 
2233
2408
  ###### Deprecated
@@ -2248,6 +2423,7 @@ presented below.
2248
2423
  [#613](https://github.com/CocoaPods/CocoaPods/issues/613)
2249
2424
 
2250
2425
  ## 0.16.0.rc4
2426
+
2251
2427
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.rc3...0.16.0.rc4)
2252
2428
 
2253
2429
  ###### Bug fixes
@@ -2256,6 +2432,7 @@ presented below.
2256
2432
  [#657](https://github.com/CocoaPods/CocoaPods/issues/657)
2257
2433
 
2258
2434
  ## 0.16.0.rc3
2435
+
2259
2436
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.rc2...0.16.0.rc3) • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.4.0.rc1...0.4.0.rc6)
2260
2437
 
2261
2438
  ###### Enhancements
@@ -2273,6 +2450,7 @@ presented below.
2273
2450
  [#612](https://github.com/CocoaPods/CocoaPods/issues/612)
2274
2451
 
2275
2452
  ## 0.16.0.rc2
2453
+
2276
2454
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.rc1...0.16.0.rc2)
2277
2455
 
2278
2456
  ###### Bug fixes
@@ -2280,6 +2458,7 @@ presented below.
2280
2458
  - Fix for uninitialized constant Xcodeproj::Constants error.
2281
2459
 
2282
2460
  ## 0.16.0.rc1
2461
+
2283
2462
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.2...0.16.0.rc1) • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.3.5...0.4.0.rc1)
2284
2463
 
2285
2464
  ###### Enhancements