{"id":20322659,"url":"https://github.com/apparition47/dbspheretagcloudswift","last_synced_at":"2026-03-27T04:57:11.916Z","repository":{"id":37742982,"uuid":"73758219","full_name":"apparition47/DBSphereTagCloudSwift","owner":"apparition47","description":"A 3D spherical tag cloud view for iOS and Swift.","archived":false,"fork":false,"pushed_at":"2023-06-22T12:53:09.000Z","size":2137,"stargazers_count":93,"open_issues_count":1,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-11T19:23:00.707Z","etag":null,"topics":["accelerate","ios","swift","uikit"],"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/apparition47.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-15T00:03:57.000Z","updated_at":"2025-01-25T05:25:52.000Z","dependencies_parsed_at":"2022-07-12T16:44:26.294Z","dependency_job_id":null,"html_url":"https://github.com/apparition47/DBSphereTagCloudSwift","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apparition47%2FDBSphereTagCloudSwift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apparition47%2FDBSphereTagCloudSwift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apparition47%2FDBSphereTagCloudSwift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apparition47%2FDBSphereTagCloudSwift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apparition47","download_url":"https://codeload.github.com/apparition47/DBSphereTagCloudSwift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248465353,"owners_count":21108244,"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":["accelerate","ios","swift","uikit"],"created_at":"2024-11-14T19:24:07.904Z","updated_at":"2026-03-27T04:57:11.839Z","avatar_url":"https://github.com/apparition47.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"DBSphereTagCloudSwift\n================\n![MIT License](https://img.shields.io/badge/license-MIT-blue.svg) [![CocoaPods](https://img.shields.io/cocoapods/v/DBSphereTagCloudSwift.svg)](https://cocoapods.org/pods/DBSphereTagCloudSwift)\n\nA 3D spherical tag cloud view for iOS using UIKit and Accelerate (provided by [SwiftNum](https://github.com/donald-pinckney/SwiftNum)). Ported from the original [Objective-C version written by @dongxinb](https://github.com/dongxinb/DBSphereTagCloud).\n\n![DBSphereTagCloud](https://user-images.githubusercontent.com/3298414/31832079-9be84c94-b600-11e7-95d7-ccd980253199.gif)\n\n## Features\n\n* 3D effect 3D效果\n* auto rotation 自动旋转效果\n* inertial effect after rotation 惯性滚动效果\n\n## Requirements\n\n* iOS 8+\n* Swift 5\n* Xcode 12\n\n## Installation\n\n### CocoaPods\n\n[CocoaPods](http://cocoapods.org/) is a dependency manager for Cocoa projects. You can install it with the following command:\n\n```shell\n$ gem install cocoapods\n```\n\nTo integrate this into your Xcode project using CocoaPods, specify it in your Podfile:\n\n```ruby\nplatform :ios, '8.0'\nuse_frameworks!\n\ntarget '\u003cYour Target Name\u003e' do\n    pod 'DBSphereTagCloudSwift'\nend\n\n```\n\n### Carthage\n\n[Carthage](https://github.com/Carthage/Carthage/) compatible.\nAdd the following into your `Cartfile`, then run `carthage update`.\n\n```\ngithub \"apparition47/DBSphereTagCloudSwift\"\n```\n\n### Swift Package Manager\n\nAdd `https://github.com/apparition47/DBSphereTagCloudSwift.git` to your project. Recommended adding with `Version` with `up to next major`.\n\n\n## Usage\n```Swift\n  import DBSphereTagCloudSwift\n\n  let view: DBSphereView = DBSphereView(frame: CGRectMake(0, 100, 320, 320))\n  view.setCloudTags(buttonArray)\n  self.view.addSubView(view);\n```\n\n## License\n\nMIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapparition47%2Fdbspheretagcloudswift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapparition47%2Fdbspheretagcloudswift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapparition47%2Fdbspheretagcloudswift/lists"}