{"id":15286893,"url":"https://github.com/caichenghan/addition","last_synced_at":"2025-07-07T13:39:45.950Z","repository":{"id":30487262,"uuid":"34041380","full_name":"CaiChenghan/Addition","owner":"CaiChenghan","description":"对字典、字符串、NSOject类的扩展，起到字典取值保护，模型归档等。","archived":false,"fork":false,"pushed_at":"2022-01-12T08:07:20.000Z","size":1197,"stargazers_count":32,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-12T04:46:40.420Z","etag":null,"topics":["addition","objective-c"],"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/CaiChenghan.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":"2015-04-16T07:37:28.000Z","updated_at":"2023-11-05T13:52:36.000Z","dependencies_parsed_at":"2022-08-26T04:43:58.506Z","dependency_job_id":null,"html_url":"https://github.com/CaiChenghan/Addition","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaiChenghan%2FAddition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaiChenghan%2FAddition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaiChenghan%2FAddition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaiChenghan%2FAddition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CaiChenghan","download_url":"https://codeload.github.com/CaiChenghan/Addition/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248657824,"owners_count":21140842,"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":["addition","objective-c"],"created_at":"2024-09-30T15:18:53.021Z","updated_at":"2025-04-13T02:32:49.941Z","avatar_url":"https://github.com/CaiChenghan.png","language":"Objective-C","readme":"# Addition\n\n[![CI Status](http://img.shields.io/travis/CaiChenghan/Addition.svg?style=flat)](https://travis-ci.org/CaiChenghan/Addition)\n[![Version](https://img.shields.io/cocoapods/v/Addition.svg?style=flat)](http://cocoapods.org/pods/Addition)\n[![License](https://img.shields.io/cocoapods/l/Addition.svg?style=flat)](http://cocoapods.org/pods/Addition)\n[![Platform](https://img.shields.io/cocoapods/p/Addition.svg?style=flat)](http://cocoapods.org/pods/Addition)\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nAddition is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\n    pod 'Addition', '~\u003e1.4.0'\n```\n\n## Author\n\n蔡成汉, 1178752402@qq.com\n\n## License\n\nAddition is available under the MIT license. See the LICENSE file for more info.\n\n\n## 更新说明\n- 1.5.1 NSString encode、decode方法更新。\n- 1.5.0 NSDictionry取值方法移除。\n- 1.4.0 UIView获取controller。\n- 1.3.0 中文与Unicode互转。\n- 1.2.0 UIScrollView侧滑返回。\n- 1.1.1 UIImage图片裁剪内存泄漏问题修复。\n- 1.1.0 UIImage颜色绘制图片，增加尺寸控制。\n- 1.0.0 UIImage图片模糊方法采用异步处理，同时增加尺寸参数，减少磨砂时间消耗。\n- 0.2.9 NSDate时间戳转标准时间方法补充。\n- 0.2.8 图片裁剪优化。\n- 0.2.7 增加UIImage扩展，用于图片圆角裁剪。\n- 0.2.6 增加UIFont扩展，用于字体安全赋值。\n- 0.2.5 增加Addition.h文件，方便多个扩展同时引用。\n- 0.2.4 Addition扩展类集采用分层的Subspecs管理，各个分类的使用，需单独引入。\n- 0.2.3 UIImage视图转图片对scrollView的支持，可截取整个scrollView页面。\n- 0.2.2 UIImage增加视图转图片和图片裁剪方法；移除屏幕截取方法。\n- 0.2.1 NSDictionary安全取值取不到时返回指定类型空数据，例如空字符串、空数组等，\n- 0.2.0 iOS最低支持从8.0开始；UIView增加单击扩展；代码整理。\n- 0.1.5 新增Base64加密解密方法。\n- 0.1.4 修复NSDate的md5方法，原方法md5失败。\n- 0.1.3 新增NSDate取时间间隔+(void)getSepTimeWithDay...方法。\n- 0.1.2 新增NSString的encode和decode方法。\n- 0.1.1 新增NSDate扩展，方便时间获取。\n- 0.1.0 修复0.0.9字典取值类型错误问题。\n- 0.0.9 修复0.0.8字典安全赋值书写错误。\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaichenghan%2Faddition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaichenghan%2Faddition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaichenghan%2Faddition/lists"}