-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podSpec missing #3
Comments
Can cocoapods support making changes to the app’s info.plist? I don’t think it can although I may be wrong. |
No, it does not, neither does it write the app code to actually implement it. That's part of what I call "configuration and implementation".
But I prefer downloading code as a pod, manual installation and updating is additional effort.
The original swift version does use a podspec for that reason.
But as it's your baby you decide on it.
|
Try this in your pod file. I've tested it on an App and it appears to work fine for me.
If it works for you I'll commit it to the pod trunk |
Hi,
sorry for the late response, but I’ve been busy at the customer side for some days.
Just changed the pod file as you proposed and the pod did install properly.
It complies, lets ship it ;-)
Thomas
… Am 16.04.2019 um 06:40 schrieb George M. Taylor ***@***.***>:
Try this in your pod file. I've tested it on an App and it appears to work fine for me.
pod 'ThirdPartyMailerObjC', :git => 'https://github.com/Seoras/ThirdPartyMailer.git'
If it works for you I'll commit it to the pod trunk
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#3 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA6KZH4SWY7IPDRMHEFJEFLPQVKEHANCNFSM4HFOKJ4Q>.
|
Hi,
thanks for porting this to obj-c.
Could you add a podspec so it can directly be used with cocoapods ?
Thanks!
The text was updated successfully, but these errors were encountered: