xcode - CocoaPods: Create Pod To Build Multiple Frameworks -


so, have developed swift ios/osx library , make available via cocoapods. there portion of libraries functionality (overloaded operators) want make explicit opt-in because of how changes default swift semantics. while developing, achieved separating operator overloads out separate framework user have explicit import libraryoperators in addition import library opt-in overloads on per-file basis. has worked expected doing local builds.

my first question is: seem reasonable way provide additional opt-in functionality, or there better way? (i wish proper namespace creation in swift!)

now trying craft podspec file replicate behavior users, running difficulty figuring out how. specifically, don't know how configure podspec file build multiple frameworks. i'm sure create operator overloads dependent, separate, pod, avoid users needing explicitly include both pods in podfile.

does have ideas how might able achieve this?


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -