Commit cc29d1a4 authored by Fabio Pelosin's avatar Fabio Pelosin

[Changelog]

parent 1726172e
...@@ -6,29 +6,36 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -6,29 +6,36 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
###### Enhancements ###### Enhancements
* Added license information to `podfile-info` subcommand. * Added license information to `podfile-info` subcommand.
[#1219](https://github.com/CocoaPods/CocoaPods/issues/1219) [#1219](https://github.com/CocoaPods/CocoaPods/issues/1219)
* Restructured `.cocoapods` folder to contain repos in a subdirectory. * Restructured `.cocoapods` folder to contain repos in a subdirectory.
[#1150](https://github.com/CocoaPods/CocoaPods/issues/1150) [#1150](https://github.com/CocoaPods/CocoaPods/issues/1150)
[Ian Ynda-Hummel](https://github.com/ianyh) [Ian Ynda-Hummel](https://github.com/ianyh)
* Improved `pod spec create` template. * Improved `pod spec create` template.
[#1223](https://github.com/CocoaPods/CocoaPods/issues/1223)
* Added copy&paste-friendly dependency to `pod search`. * Added copy&paste-friendly dependency to `pod search`.
[#1073](https://github.com/CocoaPods/CocoaPods/issues/1073) [#1073](https://github.com/CocoaPods/CocoaPods/issues/1073)
* Improved performance of the installation of Pods with git * Improved performance of the installation of Pods with git
sources which specify a tag. sources which specify a tag.
[#1077](https://github.com/CocoaPods/CocoaPods/issues/1077) [#1077](https://github.com/CocoaPods/CocoaPods/issues/1077)
* Core Data `xcdatamodeld` files are now properly referenced from the Pods * Core Data `xcdatamodeld` files are now properly referenced from the Pods
project. project.
[#1155](https://github.com/CocoaPods/CocoaPods/issues/1155) [#1155](https://github.com/CocoaPods/CocoaPods/issues/1155)
* Removed punctuation check from specification validations.
[#1155](https://github.com/CocoaPods/CocoaPods/issues/1155)
* Deprecated the `documentation` DSL attribute of the podspec format.
[Core#20](https://github.com/CocoaPods/Core/issues/20)
###### Bug Fixes ###### Bug Fixes
* Fix copy resource script issue related to filenames with spaces. * Fix copy resource script issue related to filenames with spaces.
[#1231](https://github.com/CocoaPods/CocoaPods/issues/1231) [#1231](https://github.com/CocoaPods/CocoaPods/issues/1231)
<!------------------------------------------------------------------------ -> <!------------------------------------------------------------------------ ->
......
...@@ -7,7 +7,7 @@ GIT ...@@ -7,7 +7,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 92692426f9ed7a5daee4ee1521e47cc716dce3e9 revision: b2c3f33f4c650c7cabc9e1c2c2648d015d637240
branch: master branch: master
specs: specs:
cocoapods-core (0.22.3) cocoapods-core (0.22.3)
...@@ -26,7 +26,7 @@ GIT ...@@ -26,7 +26,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: 2cc10348d9eb35862d900d79c72cd967388962b9 revision: 951ebcc7f6b10874ff09796b0add04d7b3ce34d1
branch: master branch: master
specs: specs:
cocoapods-downloader (0.1.1) cocoapods-downloader (0.1.1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment