All Questions
2 questions
1
vote
1
answer
4k
views
How to include a local framework in Podspec
I'm creating a Podspec file and need to include two frameworks which I downloaded - one for the Simulator and another for arm64.
I checked https://guides.cocoapods.org/syntax/podspec.html#...
1
vote
2
answers
678
views
How to add dependencies in two custom iOS framework?
I have created custom frameworks to use in my current iOS app.
profileManager.Framework
messagemanager.Framework
requestManager.Framework
Now both profileManager.Framework & messagemanager....