I have a custom framework(a.framework) using Alamofire v1.0. (version is jsut example)
And I have a My App using the custom framework(a.framework).
The my App using Alamofire v2.0.
No conficts?
In this case, how to make a podfile of My app?
My App
- Alamofire v2.0
- a.framework
- Alamofire v1.0