Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed May 12, 2016
1 parent 3d606c4 commit f4e9833
Show file tree
Hide file tree
Showing 5 changed files with 892 additions and 1,806 deletions.
4 changes: 2 additions & 2 deletions Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
Expand Down
5 changes: 2 additions & 3 deletions MapboxStatic.swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = "MapboxStatic.swift"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Classic Mapbox Static API wrapper for Objective-C and Swift."

s.description = <<-DESC
Expand Down Expand Up @@ -31,8 +31,7 @@ Pod::Spec.new do |s|

# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

#s.source = { :git => "https://github.com/mapbox/MapboxStatic.swift.git", :tag => "v#{s.version.to_s}" }
s.source = { :git => "https://github.com/mapbox/MapboxStatic.swift.git", :tag => "#{s.version.to_s}" }
s.source = { :git => "https://github.com/mapbox/MapboxStatic.swift.git", :tag => "v#{s.version.to_s}" }

# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

Expand Down
Loading

0 comments on commit f4e9833

Please sign in to comment.