Skip to content

Latest commit

 

History

History
122 lines (103 loc) · 3.78 KB

README.md

File metadata and controls

122 lines (103 loc) · 3.78 KB

Mart-iPhone

Environment:Xcode-Version 9.3 (9E145)

Mart introduction

Mart is a platform for software outsourcing. It contact the developers and the demand side by smart match system, provide a money escrow service and a tool which can help online management, improve the efficiency of the deliverable, balance the rights of both sides.

This repository is the offical app of Mart platform, you can install it from App Store:Mart

Mart App has done

  • Mass of developers
  • Simple way to publish a demand
  • Online valuation
  • Divide a demand by some small stages, manage by stage
  • Provide different features depend on the role of user (developers or demand side)

App features quick facts

Main page Project list Message Valuation Userinfo
图片1 图片2 图片3 图片4 图片5

Setup

  1. Git: git clone https://github.com/Coding/CodingMart_iOS.git
  2. CocoaPods : pod install
  3. Carthage : carthage update
  4. Find the file CodingMart/CodingMart-Prefix.pch.example,copy it,and then reanme the copy with name : CodingMart-Prefix.pch

File menu

.
├── CodingMart
│   ├── Assets.xcassets //Image resource
│   ├── CodingMart-Prefix.pch //Pre-compiled file
│   ├── Controllers //Controllers
│   │   ├── BaseViewControllers 
│   │   ├── EAProjectPrivate 
│   │   ├── Independence 
│   │   ├── Login 
│   │   ├── Message 
│   │   ├── Other 
│   │   ├── Pay 
│   │   ├── PriceSystem 
│   │   ├── PublishReward 
│   │   ├── RootControllers 
│   │   └── UserInfo 
│   ├── Models //Data Models
│   ├── Views //Views
│   │   ├── Cell 
│   │   ├── TableListView 
│   │   └── XXX 
│   ├── Util //Tools
│   │   ├── Category 
│   │   ├── Common 
│   │   └── Manager 
│   ├── Vendor //Third party kit
│   │   ├── AFNetworking 
│   │   ├── AGEmojiKeyboard 
│   │   ├── AMPopTip 
│   │   ├── ActionSheetPicker 
│   │   ├── AlipaySDK 
│   │   ├── AutoSlideScrollView 
│   │   ├── JDStatusBarNotification 
│   │   ├── JTSImageViewController 
│   │   ├── MJPhotoBrowser 
│   │   ├── NJKWebViewProgress 
│   │   ├── QBImagePickerController 
│   │   ├── RDVTabBarController 
│   │   ├── SDWebImage 
│   │   ├── SVWebViewController
│   │   ├── TIMChat 
│   │   ├── YLGIFImage 
│   │   └── iCarousel 
│   └── Resources 
├── Cartfile //Carthage
├── Podfile //CocoaPods
├── Pods //CocoaPods
│   ├── BlocksKit
│   ├── FDFullscreenPopGesture
│   ├── FLEX
│   ├── HCSStarRatingView
│   ├── MBProgressHUD
│   ├── Masonry
│   ├── QQ_XGPush
│   ├── ReactiveCocoa
│   ├── RegexKitLite-NoWarning
│   ├── TPKeyboardAvoiding
│   ├── TTTAttributedLabel
│   ├── UITableView+FDTemplateLayoutCell
│   ├── UMengSocial
│   └── hpple
└── README.md

License

The license of this repo is MIT license

Support

This repository is supported by CODING