Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Fish committed Oct 1, 2015
2 parents 6754c12 + cde815b commit 0fe2906
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@ The demo app uses [RealmSFRestaurantData](https://github.com/bigfish24/RealmSFRe
_**3. That's It!**_

####Documentation
[Click Here](http://htmlpreview.github.io/?https://raw.githubusercontent.com/bigfish24/ABFRealmMapView/master/Documentation/html/index.html)
**Objective-C**
[Click Here](http://htmlpreview.github.io/?https://raw.githubusercontent.com/bigfish24/ABFRealmMapView/master/Documentation/ObjcDocs/index.html)

**Swift**
[Click Here](http://htmlpreview.github.io/?https://raw.githubusercontent.com/bigfish24/ABFRealmMapView/master/Documentation/SwiftDocs/index.html)

####Installation
`ABFRealmMapView` is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

**Objective-C**
```
pod 'ABFRealmMapView'
Expand All @@ -38,14 +43,15 @@ pod 'RealmMapView'
####Demo

Build and run/test the Example project in Xcode to see `ABFRealmMapView` in action. This project uses CocoaPods. If you don't have [CocoaPods](http://cocoapods.org/) installed, grab it with [sudo] gem install cocoapods.

**Objective-C**
```
git clone https://github.com/bigfish24/ABFRealmMapView.git
cd ABFRealmMapView/ABFRealmMapViewExample
pod install
open ABFRealmMapView.xcworkspace
```
######Requirements
#####Requirements
* iOS 7+
* Xcode 6

Expand Down

0 comments on commit 0fe2906

Please sign in to comment.