I'm totally new to iOS Framework development.
I've made a framework project which is dependent on JSONModel and AFNetworking.
Now I need to distribute this framework through cocoa pods and carthage.
What are the steps that I should take to make that possible, especially how do I deal with dependencies towards JSONModel and AFNetworking in both: Cocoa Pods and Carthage ways?