krzysztofzablocki / Inject

Hot Reloading for Swift applications!
MIT License
2.1k stars 114 forks source link

Added cocoapods support #53

Closed gcharita closed 1 year ago

gcharita commented 1 year ago

Note: There is already another pod registered with the name inject. (with lowercase 'i') If this results to a problem, a name change in the podspec file maybe considered.

krzysztofzablocki commented 1 year ago

🙇

lockieluke commented 1 year ago

🙏🙏🙏

lockieluke commented 1 year ago

it doesn't seem to work

lockieluke commented 1 year ago
  pod 'Inject', :git => 'https://github.com/krzysztofzablocki/Inject.git', :branch => 'main'

this works

gcharita commented 1 year ago

@lockieluke Yes, @krzysztofzablocki need to submit the podspec file (Inject.podspec) to the cocoapods Specs Repo, in order for pod 'Inject' to work. That's why I am concerned about the pod's name. Sorry, I forgot to mention that before.

krzysztofzablocki commented 1 year ago

pod 'InjectHotReload'