4 Star 2 Fork 0

王洋 / BA_MARRY

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Podfile 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
王洋 提交于 2021-05-11 10:39 . Sku结构初步实现
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/aliyun/aliyun-specs.git'
platform :ios, '9.0'
inhibit_all_warnings!
target "BaseProject" do
pod 'Masonry', '1.1.0'
pod 'MJRefresh', '3.4.3'
pod 'MJExtension', '3.2.1'
pod 'SDWebImage', '~> 5.9.0'
pod 'SDWebImageWebPCoder'
pod 'AFNetworking', '~> 4.0.1'
pod 'SAMKeychain', '~> 1.5.3'
pod 'SVProgressHUD', '2.2.5'
# qrcode
pod 'SGQRCode', '~> 3.0.1'
#启动页
pod 'Onboard', '~> 2.3.3'
#动画
pod 'lottie-ios', '~>2.1.0'
#选择器
pod 'BRPickerView', '2.6.2'
#视频播放
pod 'SJVideoPlayer'
#为了解决yykit与yymodel冲突 指定了SJUIKit/SQLite3
pod 'SJUIKit/SQLite3', :podspec => 'https://gitee.com/changsanjiang/SJUIKit/raw/master/SJUIKit-YYKit.podspec'
pod 'CLPlayer'
#轮播
pod 'SDCycleScrollView', '~> 1.82'
pod 'RollingNotice'#文字
pod 'EllipsePageControl','~> 0.0.4'#分页控制
pod 'JXCategoryView', '~> 1.5.8'
#图片浏览器
pod 'GKPhotoBrowser', '~> 2.0.0'#图片浏览
#短信输入框
#pod 'WGDigitField'
#键盘
pod 'IQKeyboardManager'#键盘管理
#弹窗
pod 'LSTPopView', '~>0.2.122201'
# 弹出视图
pod 'STPopup', '~> 1.8.6'
pod 'BaiduMobStatCodeless'
#日历
pod 'FSCalendar'
#选择器
pod 'BRPickerView', '2.6.2'
pod 'YYStarView', '1.0.2'
#pod 'AliyunOSSiOS', '2.6.0'
pod 'HMSegmentedControl', '1.5.5'
pod 'SCLAlertView-Objective-C'
# IM
pod 'TXIMSDK_TUIKit_iOS', '~> 5.0.7'
# 直播
#pod 'TXLiteAVSDK_Professional'
# login && share
pod 'WechatOpenSDK', '1.8.7.1'
pod 'AlipaySDK-iOS', '15.7.4'
pod 'coobjc', '~> 1.2.0'
# push
pod 'JPush', '3.3.3'
pod 'YYKit'
#pod 'YYCategories'
pod "RTRootNavigationController", '0.7.2'
pod 'CYLTabBarController', '~> 1.24.0'
pod 'TZImagePickerController', '3.3.2'
pod 'TTTAttributedLabel', '~> 2.0.0'
#pod 'AMapSearch', '~> 7.8.0'
#pod 'AMapLocation', '~> 2.6.7'
#pod 'AMapNavi', '~> 7.8.0'
pod 'AMapSearch'
pod 'AMapLocation'
pod 'AMapNavi'
pod 'SKUDataFilter', '~> 1.0.2'#SKU数据填充
#pod 'WMZDropDownMenu', '1.0.7'
pod 'XHLaunchAd'
pod 'libOpenInstallSDK'
pod 'mob_sharesdk'
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
pod 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo'
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat_Lite'
#pod 'JCore', '2.2.5' # 可选项,也可由pod 'JVerification'自动获取
pod 'JVerification', '2.6.3' # 必选项
#pod update AMapSearch--verbose --no-repo-update
#pod install --verbose --no-repo-update
end
Objective-C
1
https://gitee.com/tomaswell/BA_MARRY.git
git@gitee.com:tomaswell/BA_MARRY.git
tomaswell
BA_MARRY
BA_MARRY
master

搜索帮助