{"id":20464471,"url":"https://github.com/bytedance/dcframe","last_synced_at":"2025-09-20T13:31:45.449Z","repository":{"id":41991729,"uuid":"284910584","full_name":"bytedance/DCFrame","owner":"bytedance","description":"DCFrame is a Swift UI collection framework, which can easily create complex UI.","archived":false,"fork":false,"pushed_at":"2024-07-11T03:30:31.000Z","size":8438,"stargazers_count":106,"open_issues_count":0,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-05T21:07:42.760Z","etag":null,"topics":["ios","swift","xcode"],"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/bytedance.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":"2020-08-04T07:36:20.000Z","updated_at":"2025-01-02T03:42:33.000Z","dependencies_parsed_at":"2022-08-12T01:40:37.352Z","dependency_job_id":null,"html_url":"https://github.com/bytedance/DCFrame","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FDCFrame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FDCFrame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FDCFrame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FDCFrame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytedance","download_url":"https://codeload.github.com/bytedance/DCFrame/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233665637,"owners_count":18710919,"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":["ios","swift","xcode"],"created_at":"2024-11-15T13:15:19.721Z","updated_at":"2025-09-20T13:31:40.368Z","avatar_url":"https://github.com/bytedance.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./Images/title.png\" alt=\"title\" width=\"800\" /\u003e\n\u003c/p\u003e\n\n\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://travis-ci.org/github/bytedance/DCFrame\"\u003e\n        \u003cimg src=\"https://travis-ci.org/bytedance/DCFrame.svg?branch=master\"\n             alt=\"CI Status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://cocoapods.org/pods/DCFrame\"\u003e\n      \u003cimg src=\"https://img.shields.io/cocoapods/v/DCFrame.svg?style=flat\"\n           alt=\"Version\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://cocoapods.org/pods/DCFrame\"\u003e\n        \u003cimg src=\"https://img.shields.io/cocoapods/l/DCFrame.svg?style=flat\"\n             alt=\"License\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://cocoapods.org/pods/DCFrame\"\u003e\n        \u003cimg src=\"https://img.shields.io/cocoapods/p/DCFrame.svg?style=flat\"\n             alt=\"Platform\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n------\n\nDCFrame is a powerful UI collecion framework, it can be easily achieved:\n\n1. Assemble and manage complex UI modules; \n2. Reuse and migrate UI modules at no cost;\n3. Communication between UI modules without coupling.\n\n## Requirements\n\n* Xcode 10.2+\n* iOS 11.0+\n* Swift 5.0+\n\n## Installation\n\n### Cocoapods\n\n[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate DCFrame into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\npod 'DCFrame'\n```\n\n### Carthage\n\n[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate DCFrame into your Xcode project using Carthage, specify it in your `Cartfile`:\n\n```ruby\ngithub \"bytedance/DCFrame\"\n```\n\n### Swift Package Manager\n\n[Swift Package Manager](https://github.com/apple/swift-package-manager) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies. To integrate DCFrame into your Xcode project using Swift Package Manager, add it to the dependencies value of your Package.swift:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/bytedance/DCFrame.git\", .upToNextMajor(from: \"1.1.0\"))\n]\n```\n\n## Examples\n\nWe can quickly get started with DCFrame through the Examples. We provide some examples in the project, simply pull the git repo and open 'DCFrameExample.xcodeproj' in the 'DCFrameExample' folder. \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./Images/refreshing_loading.gif\" alt=\"refreshing_loading\" width=\"200\" /\u003e\n  \u003cimg src=\"./Images/reorder.gif\" alt=\"reorder\" width=\"200\" /\u003e\n  \u003cimg src=\"./Images/product_grid.gif\" alt=\"product_grid\" width=\"200\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./Images/photo_album.gif\" alt=\"photo_album\" width=\"200\" /\u003e\n  \u003cimg src=\"./Images/shopping_cart.gif\" alt=\"shopping_cart\" width=\"200\" /\u003e\n  \u003cimg src=\"./Images/category.gif\" alt=\"category\" width=\"200\" /\u003e\n\u003c/p\u003e\n\n## License\n\nDCFrame is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytedance%2Fdcframe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytedance%2Fdcframe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytedance%2Fdcframe/lists"}