# iOS_Initialize_project **Repository Path**: zhangshitou/init_ios_project ## Basic Information - **Project Name**: iOS_Initialize_project - **Description**: iOS开发学习用,搭建快捷创建项目方案 - **Primary Language**: Swift - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-24 - **Last Updated**: 2024-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PPAppProject #### 介绍 这个项目是开发App前通用的工程模版,基于xcode 15.2 和 最低版本支持 iOS 15为基准。搭建的一个适应最新项目开发的工程。每次新项目的时候都基于这个新工程进行繁衍开发。 #### 软件架构 通用基本用到的第三方资源库有: #网络请求 pod 'Alamofire', '~> 5.6.1' pod 'Starscream', '~> 4.0.4' pod 'ReachabilitySwift', '~> 5.0.0' #数据库 pod 'WCDB.swift', '~> 1.0.8.2' #图片 pod 'Kingfisher', '~> 7.2.2' pod 'SDWebImage', '~> 5.12.5' #富文本 pod 'SwiftyAttributes', '~> 5.1.1' #弹窗提示 pod 'Toast-Swift', '~> 5.0.1' #钥匙串 pod 'KeychainSwift', '~> 20.0.0' #刷新 pod 'MJRefresh', '~> 3.7.5' #自动布局 pod 'SnapKit', '~> 5.6.0' #键盘自适应 pod 'IQKeyboardManagerSwift', '~> 6.5.10' #异常上报 pod 'Bugly', '~> 2.5.91' #数据解析 pod 'SwiftyJSON', '~> 5.0.1' pod 'HandyJSON', '~> 5.0.4-beta' pod 'SwiftProtobuf', '~> 1.19.0' pod 'GDataXML-HTML', '~> 1.4.1' #图片选择器 pod 'YBImageBrowser', '~> 3.0.9' pod 'ZLPhotoBrowser', '~> 4.1.2' #加密解密 pod 'CryptoSwift', '~> 1.5.1' #其他 pod 'SwiftDate', '~> 6.3.1' pod 'SSZipArchive', '~> 2.4.3' pod 'TrueTime', '~> 5.0.3' #分享 pod 'mob_sharesdk', '~> 4.3.17' #消息推送 #第三方登录 #友盟统计、google统计 #TabBar组件、菜单组件、视频播放组件、Tab组件、城市地区组件、轮播图组件、分栏 #IM服务、视频直播服务、云存储服务 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)