phonegap / phonegap-webview-ios

Native iOS + PhoneGap Template
Apache License 2.0
36 stars 32 forks source link

Update cordova-ios CocoaPod version #10

Closed Ajaxy closed 8 years ago

Ajaxy commented 8 years ago

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!

revolunet commented 8 years ago

did you try the git: syntax ?

example :

pod 'AFNetworking', :git => 'https://github.com/gowalla/AFNetworking.git', :commit => '082f8319af'

https://guides.cocoapods.org/using/the-podfile.html`

Ajaxy commented 8 years ago

I can't use it as I create my own pod and specify dependencies in .podspec file.

hollyschinsky commented 8 years ago

Hi @Ajaxy!

Sure, I will update the .podspec file and push it this week. I'll post here again once it's available.

~Holly

hollyschinsky commented 8 years ago

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

Ajaxy commented 8 years ago

Hi @hollyschinsky!

Thank you much, it's working now!

hollyschinsky commented 8 years ago

@Ajaxy Excellent!