Authored by Justin R. Miller

Merge pull request #408 from GannettDigital/release

fix GRMustache pinning in podspec
@@ -79,7 +79,7 @@ Pod::Spec.new do |m| @@ -79,7 +79,7 @@ Pod::Spec.new do |m|
79 m.preserve_paths = 'Proj4/libProj4.a', 'MapView/MapView.xcodeproj', 'MapView/Map/Resources' 79 m.preserve_paths = 'Proj4/libProj4.a', 'MapView/MapView.xcodeproj', 'MapView/Map/Resources'
80 80
81 m.dependency 'FMDB', '2.0' 81 m.dependency 'FMDB', '2.0'
82 - m.dependency 'GRMustache', '5.4.3' 82 + m.dependency 'GRMustache', '6.8.3'
83 m.dependency 'SMCalloutView', '1.1' 83 m.dependency 'SMCalloutView', '1.1'
84 84
85 -end  
  85 +end