{"id":17760916,"url":"https://github.com/microsoft/cocoapods-pod-linkage","last_synced_at":"2025-04-05T11:12:30.507Z","repository":{"id":37717623,"uuid":"340120188","full_name":"microsoft/cocoapods-pod-linkage","owner":"microsoft","description":"CocoaPods plugin for configuring the linkage type of individual pods","archived":false,"fork":false,"pushed_at":"2022-10-06T20:39:29.000Z","size":24,"stargazers_count":151,"open_issues_count":4,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-29T10:08:35.904Z","etag":null,"topics":["cocoapods","cocoapods-plugin"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2021-02-18T17:06:13.000Z","updated_at":"2025-03-26T18:41:07.000Z","dependencies_parsed_at":"2022-07-12T15:18:12.376Z","dependency_job_id":null,"html_url":"https://github.com/microsoft/cocoapods-pod-linkage","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fcocoapods-pod-linkage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fcocoapods-pod-linkage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fcocoapods-pod-linkage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fcocoapods-pod-linkage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/cocoapods-pod-linkage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325694,"owners_count":20920714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cocoapods","cocoapods-plugin"],"created_at":"2024-10-26T19:14:58.126Z","updated_at":"2025-04-05T11:12:30.479Z","avatar_url":"https://github.com/microsoft.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CocoaPods Pod Linkage plugin\n\nThis project is a [CocoaPods](https://github.com/CocoaPods/CocoaPods) plugin that allows to set a `:linkage` option for a specific pod.\n\nCocoaPods doesn't support mixing static and dynamic pods in the same target, you can use `use_frameworks! :linkage =\u003e :static` or `use_frameworks! :linkage =\u003e :dynamic` to configure the linking style of all pods in a target. This plugin adds support for the `:linkage` option for single pods allowing you to mix static and dynamic linking in the same target.\n\n## Getting started\n\nInstall the plugin by adding to your `Gemfile`\n```Ruby\ngem \"cocoapods-pod-linkage\"\n```\n\n## Usage\n\nAdd to your Podfile\n```Ruby\nplugin 'cocoapods-pod-linkage'\n```\n\nThen, use the `:linkage` option to change the linking style of that pod\n```Ruby\ntarget :MyTarget do\n  use_frameworks! :linkage =\u003e :static\n\n  pod 'MyStaticPod', '1.2.3'\n  pod 'MyDynamicPod', '1.2.3', :linkage =\u003e :dynamic\nend\n```\n\n## Run tests for this plugin\n\nTo run the tests, use\n```shell\nrake tests\n```\n\n## Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.\n\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n## Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft \ntrademarks or logos is subject to and must follow \n[Microsoft's Trademark \u0026 Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).\nUse of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.\nAny use of third-party trademarks or logos are subject to those third-party's policies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fcocoapods-pod-linkage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fcocoapods-pod-linkage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fcocoapods-pod-linkage/lists"}