{"id":15481581,"url":"https://github.com/xaoxuu/axkit","last_synced_at":"2025-04-22T16:21:52.018Z","repository":{"id":56901285,"uuid":"83962993","full_name":"xaoxuu/AXKit","owner":"xaoxuu","description":"系统类的功能扩展和一些常用的控件封装。文档地址：https://xaoxuu.com/wiki/axkit","archived":false,"fork":false,"pushed_at":"2020-09-29T09:50:31.000Z","size":19735,"stargazers_count":27,"open_issues_count":26,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T01:17:02.036Z","etag":null,"topics":["cocoa","cocoapods","framework","ios","objective-c","podfile","xcode"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/xaoxuu.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":"2017-03-05T10:48:51.000Z","updated_at":"2024-10-15T09:42:12.000Z","dependencies_parsed_at":"2022-08-20T18:50:31.999Z","dependency_job_id":null,"html_url":"https://github.com/xaoxuu/AXKit","commit_stats":null,"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaoxuu%2FAXKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaoxuu%2FAXKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaoxuu%2FAXKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaoxuu%2FAXKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xaoxuu","download_url":"https://codeload.github.com/xaoxuu/AXKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250275602,"owners_count":21403695,"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":["cocoa","cocoapods","framework","ios","objective-c","podfile","xcode"],"created_at":"2024-10-02T05:05:00.317Z","updated_at":"2025-04-22T16:21:52.001Z","avatar_url":"https://github.com/xaoxuu.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://raw.githubusercontent.com/xaoxuu/AXKit/master/resources/icons/header.png)\n\n[![](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/xaoxuu/AXKit/master/LICENSE)  [![](https://img.shields.io/badge/platform-iOS%208%2B%20-orange.svg?style=flat)](https://www.apple.com/nl/ios/)  [![](https://img.shields.io/cocoapods/v/AXKit.svg?style=flat)](https://cocoapods.org/pods/AXKit)\n\n## Installation\n\nYou can find detailed documentation here: [https://xaoxuu.com/wiki/axkit/](https://xaoxuu.com/wiki/axkit/).\n\nYou can install it in any of the following three ways:\n\n**1. Cocoapods**\n\n1. Add `pod 'AXKit'` to your Podfile.\n2. Run `pod install` or `pod update` .\n3. Import `\u003cAXKit/AXKit.h\u003e` .\n\n\n**2. Framework**\n\n1. Download all the files in the `AXKit` subdirectory.\n2. Add the `AXKit/Products/AXKit.framework` to your Xcode project.\n3. Add `-ObjC` to `Other Linker Flags` in `/target/Build Setting` .\n4. Import `\u003cAXKit/AXKit.h\u003e` .\n\n\n**3. Manually**\n\n1. Download all the files in the `AXKit` subdirectory.\n2. Delete `AXKit/Info.plist` and add the `AXKit/*` to your Xcode project.\n3. Import `\"AXKit.h\"` .\n\n\n\n\n## Example\n\nYou can find example applications in our [latest release](https://github.com/xaoxuu/AXKit/releases/latest) , demonstrating how to use functions of AXKit.\n\n\n\n\n## License\n\nAXKit is available under the MIT license. See the LICENSE file for more info.\n\n\n\n\n## 安装\n\n你可以在这里查看详细的文档：[https://xaoxuu.com/wiki/axkit/](https://xaoxuu.com/wiki/axkit/)。\n\n你可以使用以下三种方式中的任意一种方式进行安装：\n\n**1. CocoaPods 方式**\n\n1. 在Podfile中添加 `pod 'AXKit'` 。\n2. 执行 `pod install` 或者 `pod update` 。\n3. 导入头文件 `\u003cAXKit/AXKit.h\u003e` 。\n\n**2. 静态库方式**\n\n1. 下载所有源码。\n2. 把 `AXKit/Products/AXKit.framework` 添加到项目中。\n3. 如果项目中第一次使用静态库，需要在target的Build Setting中搜索`Other Linker Flags`\n   为`Other Linker Flags`添加`-ObjC` 。\n4. 导入头文件 `\u003cAXKit/AXKit.h\u003e` 。\n\n**3. 手动导入**\n\n1. 下载所有源码。\n2. 删除 `AXKit` 文件夹下的 `Info.plist` 文件，并把  `AXKit` 文件夹所有源码拖入项目中。\n3. 导入头文件 `\"AXKit.h\"` 。\n\n\n\n## 示例程序\n\n你可以在我们 [最新发布版本](https://github.com/xaoxuu/AXKit/releases/latest) 中找到示例应用程序，演示如何使用AXKit的各种功能。\n\n\n\n## 许可证\n\nAXKit 使用 MIT 许可证，详情见 LICENSE 文件。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaoxuu%2Faxkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxaoxuu%2Faxkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaoxuu%2Faxkit/lists"}