ios - Can dependent frameworks be restricted while building a private framework to reduce the framework size? -
i have created private framework called "theme". has dependency on other third party frameworks, such googleads.
when build universal framework, "theme", 3rd party frameworks built , hence size of framework increases.
is there way include dependency in pod spec of framework, not include other frameworks in binary version of framework?
Comments
Post a Comment