andysmart / Timberjack

Automatic network activity logger for iOS and OSX
MIT License
158 stars 43 forks source link

Cocoapods Tag is outdated #21

Open andres-cianio opened 7 years ago

andres-cianio commented 7 years ago

It seems Cocoapods is serving the old tag (0.0.2). Would be great if it can be updated to the latest (0.0.3) with Swift3 compatibility. Thanks!

leonirqranio commented 7 years ago

I'm also in need of this update

andres-cianio commented 7 years ago

@leonirqranio for now you can use the following in your Podfile: pod 'Timberjack', :git => 'https://github.com/andysmart/Timberjack.git', :branch => 'master'

leonirqranio commented 7 years ago

I need to add as dependent in podspec and can not use :git =>

andres-cianio commented 7 years ago

I don't know them @leonirqranio ... Maybe fork the project or something? I guess until the Cocoapods version is updated I'll keep using :git =>

syn-deepakbadiger commented 6 years ago

The cocoapods tag needs an update.. i have no option but to use it in the podspec.. i cannot use it in the podfile as my linting fails without the framework... Please update the cocoapods tag.