Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
0b8e1516
Commit
0b8e1516
authored
Jul 09, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update master
parent
11ba99b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
3 deletions
+21
-3
CHANGELOG.md
CHANGELOG.md
+21
-3
No files found.
CHANGELOG.md
View file @
0b8e1516
## 0.8.0 (unreleased)
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.7.0...develop
)
###### Breaking change
_[TODO] Update documentation._
Syntax change in Podfile:
`dependency`
has been replaced by
`pod`
.
```
ruby
platform
:ios
pod
'JSONKit'
,
'~> 1.4'
pod
'Reachability'
,
'~> 2.0.4'
```
## 0.7.0
## 0.7.0
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.6.1...0.7.0
)
|
[
XcodeProj
](
https://github.com/CocoaPods/XcodeP
roj/compare/0.2.1...0.2.2
)
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.6.1...0.7.0
)
•
[
Xcodeproj
](
https://github.com/CocoaPods/Xcodep
roj/compare/0.2.1...0.2.2
)
###### Features
###### Features
-
Added support for branches in git repos.
-
Added support for branches in git repos.
-
Added support for linting remote files, i.e.
`pod spec lint http://raw/file.podspec`
.
-
Added support for linting remote files, i.e.
`pod spec lint http://raw/file.podspec`
.
-
Improved
`Spec create template`
-
Improved
`Spec create template`
.
-
The indentation is automatically stripped for podspecs strings.
-
The indentation is automatically stripped for podspecs strings.
###### Bug fixes
###### Bug fixes
...
@@ -19,7 +37,7 @@
...
@@ -19,7 +37,7 @@
## 0.6.1
## 0.6.1
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.6.0...0.6.1
)
|
[
XcodeP
roj
](
https://github.com/CocoaPods/XcodeProj/compare/0.2.0...0.2.1
)
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.6.0...0.6.1
)
•
[
Xcodep
roj
](
https://github.com/CocoaPods/XcodeProj/compare/0.2.0...0.2.1
)
###### Bug fixes
###### Bug fixes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment