KeenTeam1990 / KTofoBike

🚲ofo共享单车(Swift版)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OFO介绍

该项目仿写网上OFO和完善部分功能

说明 本程序仅供学习交流,不可用于任何商业用途。

目前Pod管理的第三方插件

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'Ofo-demo' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for Ofo-demo



pod 'SWRevealViewController'    #侧边栏视图
pod 'AMap3DMap'                 #3D地图   高德备注:3D地图和2D地图不能同时使用
pod 'AMapSearch'                #搜索找车
pod 'AMapLocation'              #定位
pod 'AMapNavi'                  #导航步行规划

pod 'FTIndicator'               #提示框
pod 'swiftScan'                 #swift很好用的二维码扫描第三方库
pod 'APNumberPad'
pod 'SwiftyTimer'
pod 'SwiftySound'
pod 'AVOSCloud'                 #云接口(用于车牌号和密码)OC库需要桥接
pod 'MIBlurPopup'               #pop弹窗


target 'OFOTests' do
inherit! :search_paths
# Pods for testing
end

target 'OFOUITests' do
inherit! :search_paths
# Pods for testing
end

end

目前Pod管理的第三方插件

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'Ofo-demo' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for Ofo-demo



pod 'SWRevealViewController'    #侧边栏视图
pod 'AMap3DMap'                 #3D地图   高德备注:3D地图和2D地图不能同时使用
pod 'AMapSearch'                #搜索找车
pod 'AMapLocation'              #定位
pod 'AMapNavi'                  #导航步行规划

pod 'FTIndicator'               #提示框
pod 'swiftScan'                 #swift很好用的二维码扫描第三方库
pod 'APNumberPad'
pod 'SwiftyTimer'
pod 'SwiftySound'
pod 'AVOSCloud'                 #云接口(用于车牌号和密码)OC库需要桥接
pod 'MIBlurPopup'               #pop弹窗


target 'OFOTests' do
inherit! :search_paths
# Pods for testing
end

target 'OFOUITests' do
inherit! :search_paths
# Pods for testing
end

end

效果图

联系方式

Email: Keen_Team@163.com

QQ: 812144991

运行项目出现的问题都可以给我留言或者直接加我的 QQ 联系,我会尽快回复。

喜欢的朋友希望可以给个 Star,十分感谢您的支持!~

许可

使用 MIT 许可证,详情可见 LICENSE 文件。

About

🚲ofo共享单车(Swift版)


Languages

Language:Swift 97.3%Language:Ruby 1.5%Language:Objective-C 1.2%