Closed Ajaxy closed 8 years ago
did you try the git: syntax ?
example :
pod 'AFNetworking', :git => 'https://github.com/gowalla/AFNetworking.git', :commit => '082f8319af'
I can't use it as I create my own pod and specify dependencies in .podspec file.
Hi @Ajaxy!
Sure, I will update the .podspec file and push it this week. I'll post here again once it's available.
~Holly
Hi @Ajaxy!
I've updated the .podspec to 4.1.1, tested with the version of all the plugins included in this project and submitted it to the CocoaPods repo.
Please let me know if it's working for you now.
Thanks! Holly
Hi @hollyschinsky!
Thank you much, it's working now!
@Ajaxy Excellent!
Hello! Thank you for all awesome.
I figured out (regarding to #6) that you are able to push new versions to https://cocoapods.org/pods/Cordova I really need it because of this commit that was added in 4.1.0. It allows to overwrite the default path to
config.xml
. I will be really grateful if you push the updated .podspec file.Thank you!