fidmor89 / TFS

TFS for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio Team Services (VSTS) for iOS

Main development repository for iOS application for Visual Studio Team Services.

Deprecated

This project is no longer maintained or supported. The code its here just as a reference. This project was deprecated in favor of the Visual Studio Team Dashboard for iOS

Contributors

Special Thanks to Guillermo Zepeda for all his help with this project.

Description

iOS client app for VSTS. Connect to your Visual Studio Online account to view your Project Collections, see the current state of your Projects and Teams and the status of Work Items.

#Installation

This can be done by running $ touch Podfile.

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.3'
use_frameworks!

pod 'SwiftHTTP', '~> 0.9.4'
pod 'SwiftyJSON', '~> 2.2.1'
pod 'MBProgressHUD', '~> 0.9.1'

For more information about creating the Podfile: https://guides.cocoapods.org/using/using-cocoapods.html

  • Open a terminal window, and $ cd into your project directory.
  • To install the pod run:
pod install

Tags

VSO, TFS, Visual Studio Online, VSTS, Visual Studio Team Services

About

TFS for iOS

License:MIT License


Languages

Language:Objective-C 50.3%Language:Swift 49.6%Language:Ruby 0.1%