We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcc878 commit 9aca92cCopy full SHA for 9aca92c
AWVersionAgent.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "AWVersionAgent"
3
- s.version = "0.0.2"
+ s.version = "0.0.3"
4
s.summary = "Check and notify user that new version is available from Local Notification."
5
s.homepage = "https://github.com/appwilldev/AWVersionAgent"
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
7
s.author = { "Heyward Fann" => "[email protected]" }
8
- s.source = { :git => "https://github.com/appwilldev/AWVersionAgent.git", :tag => "0.0.2" }
+ s.source = { :git => "https://github.com/appwilldev/AWVersionAgent.git", :tag => "0.0.3" }
9
s.platform = :ios
10
s.source_files = 'AWVersionAgent/*.{h,m}'
11
s.requires_arc = true
0 commit comments