CocoaPods / search.cocoapods.org

This is the CocoaPods search engine repo, please direct CocoaPods issues to the main CocoaPods repository.
25 stars 11 forks source link

pod setup trace gives misleading information when you are using a specific git commit revision #28

Closed mishagray closed 11 years ago

mishagray commented 11 years ago

When I have specified a specific git commit, the output of "pod setup"" still gives me a revision.

Ex: podfile

platform :ios, '6.1'

pod 'AFNetworking', :git => 'git://github.com/AFNetworking/AFNetworking.git', :commit => 'cb3744a808a2c7b9ee4a9c48cf52b5ca6d991142' pod 'AFHARchiver', '~> 0.0.1'

The output is:

Resolving dependencies for target `default' (iOS 6.1) -> Pre-downloading: 'AFNetworking' Downloading dependencies Using AFHARchiver (0.0.1) Installing AFNetworking (1.1.0) Generating support files

The (1.1.0) version tag is confusing.

floere commented 11 years ago

Reopen on https://github.com/CocoaPods/CocoaPods please :)