Commit e0ae4a17 authored by Eloy Duran's avatar Eloy Duran

[HEAD] Add doc and update CHANGELOG.

parent f88e26c1
## 0.8.1 (unreleased) ## 0.9.0 (unreleased)
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.8.0...master)[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.2.3...master) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.8.0...master)[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.2.3...master)
###### Enhancements ###### Enhancements
- Force downloading the ‘bleeding edge’ version of a pod.
- Support for weak frameworks. - Support for weak frameworks.
###### Bug fixes ###### Bug fixes
......
...@@ -295,16 +295,22 @@ module Pod ...@@ -295,16 +295,22 @@ module Pod
# * `<= 0.1` Version 0.1 and any lower version # * `<= 0.1` Version 0.1 and any lower version
# * `~> 0.1.2` Version 0.1.2 and the versions upto 0.2, not including 0.2 # * `~> 0.1.2` Version 0.1.2 and the versions upto 0.2, not including 0.2
# #
# # A list of version requirements can be specified for even more fine
# Finally, a list of version requirements can be specified for even more fine
# grained control. # grained control.
# #
#
# For more information, regarding versioning policy, see: # For more information, regarding versioning policy, see:
# #
# * http://semver.org # * http://semver.org
# * http://docs.rubygems.org/read/chapter/7 # * http://docs.rubygems.org/read/chapter/7
# #
# #
# Finally, instead of a version, you can specify the `:head` flag. This will
# use the pod’s latest version spec version, but force the download of the
# ‘bleeding edge’ version. Use this with caution, as the spec might not be
# compatible anymore.
#
#
# ## Dependency on a library, outside those available in a spec repo. # ## Dependency on a library, outside those available in a spec repo.
# #
# ### From a podspec in the root of a library repo. # ### From a podspec in the root of a library repo.
......
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