diff --git a/MapboxStatic.swift.podspec b/MapboxStatic.swift.podspec index ac1a514..1a2e5b1 100644 --- a/MapboxStatic.swift.podspec +++ b/MapboxStatic.swift.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "MapboxStatic.swift" - s.version = "0.7.0" + s.version = "0.8.0" s.summary = "Classic Mapbox Static API wrapper for Objective-C and Swift." s.description = <<-DESC diff --git a/README.md b/README.md index 6ed47c2..4d1cdf0 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ MapboxStatic.swift pairs well with [MapboxDirections.swift](https://github.com/m Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile: ```sh -github "mapbox/MapboxStatic.swift" "master" +github "mapbox/MapboxStatic.swift" ~> 0.8 ``` Or in your [CocoaPods](http://cocoapods.org/) Podfile: ```podspec -pod 'MapboxStatic.swift', :git => 'https://github.com/mapbox/MapboxStatic.swift.git', :branch => 'master' +pod 'MapboxStatic.swift', '~> 0.8' ``` Then `import MapboxStatic` or `@import MapboxStatic;`.