https://github.com/asimihsan/imaptoy
Toy iOS mapping application with Python backend, as an exercise
https://github.com/asimihsan/imaptoy
Last synced: 5 days ago
JSON representation
Toy iOS mapping application with Python backend, as an exercise
- Host: GitHub
- URL: https://github.com/asimihsan/imaptoy
- Owner: asimihsan
- License: mit
- Created: 2013-08-04T11:21:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-04T19:00:36.000Z (almost 12 years ago)
- Last Synced: 2025-05-22T21:32:58.186Z (26 days ago)
- Language: Objective-C
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imaptoy
Toy iOS mapping application with Python backend, as an exercise
Video demo #1: [http://www.youtube.com/watch?v=b71QYfQFvXE](http://www.youtube.com/watch?v=b71QYfQFvXE)
## Getting started
Note that [Cocoapods](http://cocoapods.org/) is used to aid in installing
package dependencies. Hence you will need to install Cocoapods:```
sudo gem install cocoapods
pod setup
```- Clone the repo:
```
git clone [email protected]:asimihsan/imaptoy.git
```- Install the package dependencies using Cocoapods:
```
cd imaptoy
pod install
```- Open the Xcode worksapce (not the project):
```
open App.xcworkspace
```