{"id":401798,"name":"SwiftyJSON","ecosystem":"cocoapods","description":"SwiftyJSON makes it easy to deal with JSON data in Swift","homepage":"https://github.com/SwiftyJSON/SwiftyJSON","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/SwiftyJSON/SwiftyJSON","keywords_array":[],"namespace":null,"versions_count":21,"first_release_published_at":"2015-01-10T07:07:22.000Z","latest_release_published_at":"2024-04-11T09:04:03.254Z","latest_release_number":"5.0.2","last_synced_at":"2026-02-10T17:29:33.598Z","created_at":"2022-04-06T17:03:33.392Z","updated_at":"2026-02-10T17:29:33.598Z","registry_url":"https://cocoapods.org/pods/SwiftyJSON","install_command":"pod try SwiftyJSON","documentation_url":"https://cocoadocs.org/docsets/SwiftyJSON/","metadata":{},"repo_metadata":{"id":40652025,"uuid":"20965586","full_name":"SwiftyJSON/SwiftyJSON","owner":"SwiftyJSON","description":"The better way to deal with JSON data in Swift.","archived":false,"fork":false,"pushed_at":"2025-05-27T07:57:34.000Z","size":1164,"stargazers_count":22936,"open_issues_count":137,"forks_count":3447,"subscribers_count":606,"default_branch":"master","last_synced_at":"2025-10-30T21:06:40.883Z","etag":null,"topics":["carthage","cocoapods","json","json-parser","json-parsing-library","json-parsing-swift","request","response","swift","swiftyjson"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/SwiftyJSON.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-06-18T14:41:15.000Z","updated_at":"2025-10-30T17:24:53.000Z","dependencies_parsed_at":"2022-08-10T00:00:49.667Z","dependency_job_id":"a8562980-9278-4606-8226-9ba078496fb3","html_url":"https://github.com/SwiftyJSON/SwiftyJSON","commit_stats":{"total_commits":521,"total_committers":162,"mean_commits":"3.2160493827160495","dds":0.8023032629558542,"last_synced_commit":"c761b43aa03f15f00df64744e70399d78c3bee96"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SwiftyJSON","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/sbom","scorecard":{"id":136266,"data":{"date":"2025-08-04","repo":{"name":"github.com/SwiftyJSON/SwiftyJSON","commit":"3799654438e1331d8ff6248899508cd37d6e31af"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":5.6,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":8,"reason":"Found 9/11 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"name":"Maintained","score":9,"reason":"11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#maintained"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/SwiftyJSON/SwiftyJSON/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/SwiftyJSON/SwiftyJSON/ci.yml/master?enable=pin","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-16T06:38:41.623Z","repository_id":40652025,"created_at":"2025-08-16T06:38:41.624Z","updated_at":"2025-08-16T06:38:41.624Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281882199,"owners_count":26577763,"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","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"SwiftyJSON","name":"SwiftyJSON","uuid":"8858017","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/8858017?v=4","repositories_count":2,"last_synced_at":"2025-02-02T22:11:10.727Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/SwiftyJSON","funding_links":[],"total_stars":null,"followers":34,"following":0,"created_at":"2022-11-09T17:47:54.536Z","updated_at":"2025-02-02T22:11:10.727Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SwiftyJSON","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SwiftyJSON/repositories"},"tags":[{"name":"5.0.2","sha":"af76cf3ef710b6ca5f8c05f3a31307d44a3c5828","kind":"commit","published_at":"2024-03-27T14:05:55.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/5.0.2","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/5.0.2/manifests"},{"name":"5.0.1","sha":"b3dcd7dbd0d488e1a7077cb33b00f2083e382f07","kind":"commit","published_at":"2021-03-27T23:46:16.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/5.0.1","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/5.0.1/manifests"},{"name":"4.3.0","sha":"2b6054efa051565954e1d2b9da831680026cd768","kind":"commit","published_at":"2019-04-02T14:10:40.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/4.3.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/4.3.0/manifests"},{"name":"5.0.0","sha":"2b6054efa051565954e1d2b9da831680026cd768","kind":"commit","published_at":"2019-04-02T14:10:40.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/5.0.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/5.0.0/manifests"},{"name":"4.2.0","sha":"184c6884998c41f71a73c459f9b525b7121be846","kind":"tag","published_at":"2018-09-25T16:25:38.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/4.2.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/4.2.0/manifests"},{"name":"4.1.0","sha":"ebfc0d7e314f15c1df02fcb198beb40624421839","kind":"tag","published_at":"2018-04-18T15:41:48.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/4.1.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/4.1.0/manifests"},{"name":"4.0.0","sha":"de309166a48a9dfc51d5bc4c55c0664d981de311","kind":"tag","published_at":"2017-11-08T09:10:23.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/4.0.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/4.0.0/manifests"},{"name":"4.0.0-alpha.1","sha":"6b9f11e2bbd277f199b1c09fa65631bfc52d4a5d","kind":"commit","published_at":"2017-09-08T08:56:24.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/4.0.0-alpha.1","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/4.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@4.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/4.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/4.0.0-alpha.1/manifests"},{"name":"3.1.4","sha":"dadbfcffd5f51e2b488a26e83f188d96755e5393","kind":"tag","published_at":"2017-01-10T09:35:52.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/3.1.4","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/3.1.4/manifests"},{"name":"3.1.3","sha":"e98ac1a9750bf80473eebca636b57dac280efdaf","kind":"tag","published_at":"2016-11-16T15:21:51.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/3.1.3","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/3.1.3/manifests"},{"name":"3.1.2","sha":"041fba1f2962e5bfe93e491b5a82eab25a8d9ed8","kind":"commit","published_at":"2016-11-06T16:50:44.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/3.1.2","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/3.1.2/manifests"},{"name":"3.1.1","sha":"6a0c3a82e2b4a07723b4958146315c7928220189","kind":"tag","published_at":"2016-10-31T05:21:35.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/3.1.1","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/3.1.1/manifests"},{"name":"v3.1.1","sha":"1bb0fd277589d7f989dcdd20e102bedd4632fd5b","kind":"tag","published_at":"2016-10-07T02:32:31.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/v3.1.1","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/v3.1.1/manifests"},{"name":"3.1.0","sha":"eee5bd9800e3d6fcef1d2d7a04e7f82246d9fd1f","kind":"commit","published_at":"2016-09-26T06:11:10.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/3.1.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/3.1.0/manifests"},{"name":"2.4.0","sha":"49a9cc9f33438d8e56e4279c32f0524720582b47","kind":"tag","published_at":"2016-09-21T14:56:05.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/2.4.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.4.0/manifests"},{"name":"3.0.0","sha":"c8a6bda9aa0e823b4c0ec1e74f19869d77c4bed4","kind":"tag","published_at":"2016-09-21T14:20:55.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/3.0.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/3.0.0/manifests"},{"name":"2.3.3","sha":"a1356035d2de68c155d05521292f0609ef7e69bb","kind":"tag","published_at":"2015-12-04T13:34:06.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/2.3.3","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.3.3/manifests"},{"name":"2.3.2","sha":"4d05047af9d80284bcff31883e4d33f32e2f1c03","kind":"tag","published_at":"2015-12-03T00:59:34.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/2.3.2","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.3.2/manifests"},{"name":"2.3.1","sha":"ddf8244d7ac92644ce3dc18f0b99984b845b1408","kind":"tag","published_at":"2015-10-26T09:28:49.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/2.3.1","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"3b5d0d4e0c19173b1bf0dc823bde25ad870f70c0","kind":"tag","published_at":"2015-09-18T03:09:14.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/2.3.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.3.0/manifests"},{"name":"2.2.1","sha":"dd9551eab0d09026676a57a0e0fd762af8465f03","kind":"tag","published_at":"2015-07-28T16:56:17.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/2.2.1","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.2.1/manifests"},{"name":"2.2.0","sha":"87fa9e2432187629aae80cf89027f2a615af2c31","kind":"tag","published_at":"2015-04-13T06:51:31.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/2.2.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.2.0/manifests"},{"name":"2.1.3","sha":"2c0f54394f473cfee0cd1cd35d599f8f6f0f5c9e","kind":"tag","published_at":"2015-01-10T07:07:22.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/2.1.3","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.1.3/manifests"},{"name":"2.1.2","sha":"78dfbf4ffb235ef95badd68bb1c34a64d65a1501","kind":"tag","published_at":"2014-12-13T08:35:31.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/2.1.2","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.1.2/manifests"},{"name":"2.1.1","sha":"25ceb607a457aad56e679e687d271c837a7c9e8b","kind":"tag","published_at":"2014-11-13T05:51:24.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/2.1.1","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.1.1/manifests"},{"name":"2.1.0","sha":"514dd98f816b28eb1280c16f6229e92f3407a931","kind":"tag","published_at":"2014-10-19T05:17:00.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/2.1.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"bfb0287cf42627c9494ec92d95c5b8ff1eb86781","kind":"tag","published_at":"2014-10-08T10:46:29.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/2.0.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/2.0.0/manifests"},{"name":"1.1.0","sha":"52486aaa4b6bd88a4e0a1ac33e05ae3871d1fd2e","kind":"tag","published_at":"2014-10-02T07:23:40.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/1.1.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"7902d60ee0a7611cd20618600bc6a46c34bf7193","kind":"commit","published_at":"2014-09-26T08:19:27.000Z","download_url":"https://codeload.github.com/SwiftyJSON/SwiftyJSON/tar.gz/1.0.0","html_url":"https://github.com/SwiftyJSON/SwiftyJSON/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/SwiftyJSON/SwiftyJSON@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-30T21:12:24.145Z","dependent_packages_count":843,"downloads":null,"downloads_period":null,"dependent_repos_count":12045,"rankings":{"downloads":null,"dependent_repos_count":0.040720539225666805,"dependent_packages_count":0.009644338237657927,"stargazers_count":0.0632239951135353,"forks_count":0.07393992648871077,"docker_downloads_count":null,"average":0.0468821997663927},"purl":"pkg:cocoapods/SwiftyJSON","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cocoapods/SwiftyJSON","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cocoapods/SwiftyJSON","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cocoapods/SwiftyJSON/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-10-24T05:00:26.413Z","issues_count":108,"pull_requests_count":65,"avg_time_to_close_issue":18981058.408163264,"avg_time_to_close_pull_request":15995339.043478262,"issues_closed_count":49,"pull_requests_closed_count":46,"pull_request_authors_count":44,"issue_authors_count":99,"avg_comments_per_issue":2.25,"avg_comments_per_pull_request":1.0307692307692309,"merged_pull_requests_count":29,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":8,"past_year_pull_requests_count":10,"past_year_avg_time_to_close_issue":3861477.4,"past_year_avg_time_to_close_pull_request":14170.2,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftyJSON%2FSwiftyJSON/issues","maintainers":[{"login":"wongzigii","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wongzigii"}],"active_maintainers":[{"login":"wongzigii","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wongzigii"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/SwiftyJSON/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/SwiftyJSON/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/SwiftyJSON/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/SwiftyJSON/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/SwiftyJSON/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/SwiftyJSON/codemeta","maintainers":[{"uuid":"wongzigii@gmail.com","login":null,"name":"Zigii Wong","email":"wongzigii@gmail.com","url":null,"packages_count":4,"html_url":null,"role":null,"created_at":"2022-11-08T02:28:04.579Z","updated_at":"2022-11-08T02:28:04.579Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/wongzigii@gmail.com/packages"},{"uuid":"zhigang1992@gmail.com","login":null,"name":"Kyle Fang","email":"zhigang1992@gmail.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T02:28:04.552Z","updated_at":"2022-11-08T02:28:04.552Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/zhigang1992@gmail.com/packages"},{"uuid":"tangplin@gmail.com","login":null,"name":"tangplin","email":"tangplin@gmail.com","url":null,"packages_count":1,"html_url":null,"role":null,"created_at":"2022-11-08T02:28:04.559Z","updated_at":"2022-11-08T02:28:04.559Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/tangplin@gmail.com/packages"},{"uuid":"lingoerer@gmail.com","login":null,"name":"Ruoyu Fu","email":"lingoerer@gmail.com","url":null,"packages_count":1,"html_url":null,"role":null,"created_at":"2022-11-08T02:28:04.571Z","updated_at":"2022-11-08T02:28:04.571Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/lingoerer@gmail.com/packages"}]}