Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.

Commit c0ec25a

Browse files
committed
Updated the podspec to the new version
1 parent 6b09040 commit c0ec25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenWeatherMapAPI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "OpenWeatherMapAPI"
3-
s.version = "0.0.2"
3+
s.version = "0.0.3"
44
s.summary = "A simple api for getting data from http://openweathermap.org."
55
s.homepage = "http://github.com/adba/OpenWeatherMapAPI"
66
s.license = { :type => 'MIT', :file => 'LICENSE'}
77
s.author = { "Adrian Bak" => "[email protected]" }
8-
s.source = { :git => "https://github.com/adba/OpenWeatherMapAPI.git", :tag => "0.0.2" }
8+
s.source = { :git => "https://github.com/adba/OpenWeatherMapAPI.git", :tag => "0.0.3" }
99
s.platform = :ios, '5.0'
1010
s.source_files = 'OpenWeatherMapAPI/OpenWeatherMapAPI'
1111
s.public_header_files = 'OpenWeatherMapAPI/OpenWeatherMapAPI/*.h'

0 commit comments

Comments
 (0)