Skip to content

Commit 9aca92c

Browse files
committed
upgrade podspec to 0.0.3
1 parent 5bcc878 commit 9aca92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AWVersionAgent.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 = "AWVersionAgent"
3-
s.version = "0.0.2"
3+
s.version = "0.0.3"
44
s.summary = "Check and notify user that new version is available from Local Notification."
55
s.homepage = "https://github.com/appwilldev/AWVersionAgent"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { "Heyward Fann" => "[email protected]" }
8-
s.source = { :git => "https://github.com/appwilldev/AWVersionAgent.git", :tag => "0.0.2" }
8+
s.source = { :git => "https://github.com/appwilldev/AWVersionAgent.git", :tag => "0.0.3" }
99
s.platform = :ios
1010
s.source_files = 'AWVersionAgent/*.{h,m}'
1111
s.requires_arc = true

0 commit comments

Comments
 (0)