3

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?

Fawkes
  • 3,831
  • 3
  • 22
  • 37

1 Answers1

0

Cocoapods[About] and Cartage as dependency manager[About] support dynamic framework. Cocoapods work with podspec[About] and Carthage work with cartfile[About]

You can start with official docs Cocoapods Carthage

yoAlex5
  • 29,217
  • 8
  • 193
  • 205