mickeyl / LTSupportAutomotive

An iOS / watchOS / macOS support library for OBD2, VIN-Decoding, and more.
MIT License
212 stars 60 forks source link

Fix podspec lint warning #4

Closed thdankert closed 6 years ago

thdankert commented 6 years ago

I should have run the linter again - there was a typo in the podspec file (missing .git repository suffix).

If this is merged, you could create a new release by tagging the current code, and updating the podspec to use this new tag:

s.source = { :git => "https://github.com/mickeyl/LTSupportAutomotive.git", :tag => "1.0.0" }

Then you could upload the podspec to the CocoaPods repo, and everybody can use this released version in a podfile.

pod trunk push LTSupportAutomotive.podspec
mickeyl commented 6 years ago

Thanks for the patch. The current version of this code has been stable for a while now and is being used in a couple of projects. I think I'll cut a release 1.0.0 on weekend!

thdankert commented 6 years ago

Awesome! I'll try it out in my project to see if there are any errors with the packaging left.