Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
cocoapods-static-framework
Advanced tools
A cocoapods plugin that enables static frameworks for all pods.
Cocoapods only supports static framework at pod level, which means an option in podspec and just valid for that pod. By using this plugin, we can make all pod to static framework with only one word!
Install via gem:
$ gem install cocoapods-static-framework
Add the following to your podfile:
plugin 'cocoapods-static-framework'
NOTE: Static frameworks is still using framework, not static library. So don't forget to add use_frameworks!
Too many dynamic frameworks will increase app boot time dramatically, also the Copy framework
build phase will expend unendurable time in the code-build-run loop. (There is also a dyld crash) Static framework have no these problems.
MIT
FAQs
Unknown package
We found that cocoapods-static-framework demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.