Authored by Justin R. Miller

Merge branch 'release' into develop

Changelog
---------
### 1.4.1
#### September 5, 2014
- Properly deprecated `-[RMMapView orderMarkersByYPosition]` and `-[RMMapView orderClusterMarkersAboveOthers]`.
### 1.4.0
#### September 4, 2014
... ...
CONTRIBUTING
------------
If you have a usage question, please email support-at-mapbox.com.
If you have a usage question, please email help-at-mapbox.com.
If you want to contribute code:
1. If it's generally useful to mapping libraries, consider contributing to the upstream project [Alpstein/route-me](http://github.com/alpstein/route-me), from which this project is derived. We regularly contribute the generally useful parts of our SDK to this project.
1. If it's Mapbox-specific, fork and submit a pull request **against the `develop` branch** so that we can review, discuss, and possibly integrate your code.
\ No newline at end of file
1. If it's Mapbox-specific, fork and submit a pull request **against the `develop` branch** so that we can review, discuss, and possibly integrate your code.
... ...
Pod::Spec.new do |m|
m.name = 'Mapbox-iOS-SDK'
m.version = '1.4.0'
m.version = '1.4.1'
m.summary = 'An open source toolset for building mapping applications for iOS devices.'
m.description = 'An open source toolset for building mapping applications for iOS devices with great flexibility for visual styling, offline use, and customizability.'
... ...