Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
christianroman committed Aug 28, 2014
1 parent c9dae43 commit bf11e03
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Doppio
=======================
An open source iOS app to find the nearest Starbucks store using NSURLSession, [AFNetworking 2.0][4], [Mantle][5] and Starbucks private API.
An open source iOS app to find the nearest Starbucks store using NSURLSession, [AFNetworking 2.3][4], [Mantle][5] and Starbucks private API.

The app demonstrates how to use MapKit, Core Location, AFNetworking 2.0 and Mantle frameworks.
The app demonstrates how to use MapKit, Core Location, AFNetworking 2.3 and Mantle frameworks.

![Doppio-main](http://chroman.me/wp-content/uploads/2013/12/1.png)

Expand All @@ -12,15 +12,9 @@ The app demonstrates how to use MapKit, Core Location, AFNetworking 2.0 and Mant

Installation
------------
`git clone --recursive https://github.com/chroman/Doppio.git`

or

```
git clone https://github.com/chroman/Doppio.git
cd Doppio/Libraries
git submodule init
git submodule update
pod install
open Doppio.xcworkspace
```

Requirements
Expand Down

0 comments on commit bf11e03

Please sign in to comment.