0.34.0
Enhancements
- Drop policy to not require a git commit for
0.0.1
versions.
Fabio Pelosin
CocoaPods#2335 - Removes the unused
Source::GitHubDataProvider
class.
Samuel Giddins
#174 - Adds a
url
attribute toSource
.
Note that this attribute is currently only gathered fromgit
.
Samuel Giddins
0.34.0.rc2
Bug Fixes
- Fixes an issue linting specifications with invalid HTTP source.
Kyle Fuller
CocoaPods#2463
0.34.0.rc1
-
Add support to specify dependencies per build configuration.
This can be done using the following syntax in a Podfile:pod 'Lookback', :configurations => ['Debug']
Currently configurations can only be specified per single Pod.
Joachim Bengtsson
Eloy Durán
Fabio Pelosin
#52
#154 -
Added methods
deprecated?
anddeprecation_description
to
RootAttributesAccessors
.
Hugo Tunius
#157
CocoaPods#2180 -
The specification
requires_arc
attribute now defaults to true.
Fabio Pelosin
CocoaPods#267 -
Now the specification linter warns if git sources use SSH URLs.
Fabio Pelosin
CocoaPods#118 -
Removed legacy deprecation warnings of the Specification DSL.
Fabio Pelosin -
Improved error messages for merge conflicts of the Podfile.
Taylor Halliday
#147 -
Only allow certain extensions for license files.
Samuel Giddins
CocoaPods#2407 -
The linter now checks a JSON specification for unknown keys.
Fabio Pelosin
#88 -
Exported JSON files have a trailing newline
Fabio Pelosin
#139