Complexity Score
Low
Open Issues
N/A
Dependent Projects
0
Weekly Downloadsglobal
221
License
- MIT
- Yesattribution
- Permissivelinking
- Permissivedistribution
- Permissivemodification
- Nopatent grant
- Yesprivate use
- Permissivesublicensing
- Notrademark grant
Downloads
Readme
CocoaPods Packager
CocoaPods plugin which allows you to generate a framework or static library from a podspec.
This plugin is for CocoaPods developers, who need to distribute their Pods not only via CocoaPods, but also as frameworks or static libraries for people who do not use Pods.
Why should I use Pods if I’m targeting developers who don’t use Pods?
There are still a number of advantages to developing against a podspec
, even if your public distribution is closed-source:
- You can easily use the Pod in-house in an open-source style. This makes step-by-step debugging and multi-project development a breeze.
- You can pull in third-party dependencies using CocoaPods. (CocoaPods Packager is even capable of mangling symbols to improve compatibility with any symbols that might appear in the integrating app.)
- You can declaratively specify build settings (e.g. frameworks, compiler flags) in your
podspec
. This is easier to maintain and replicate than build settings embedded in your Xcode project.
Installation
$ gem install cocoapods-packager
or add a line to your Gemfile:
gem "cocoapods-packager"
then run bundle install
.
This installs Packager as a CocoaPods plugin.
Usage
$ pod package KFData.podspec
See also pod --help
.
Dependencies
No runtime dependency information found for this package.
CVE IssuesActive
0
Scorecards Score
3.00
Test Coverage
No Data
Follows Semver
Yes
Github Stars
1,145
Dependenciestotal
0
DependenciesOutdated
0
DependenciesDeprecated
0
Threat Modelling
No Data
Repo Audits
No Data
Learn how to distribute ty-cocoapods-packager in your own private RubyGems registry
13 Releases
RubyGems on Cloudsmith