Skip to content

Commit 5dd67ef

Browse files
committed
update podspec.
1 parent 1b36c2e commit 5dd67ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AWVersionAgent.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "AWVersionAgent"
3-
s.version = "0.0.1"
3+
s.version = "0.0.2"
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.1" }
8+
s.source = { :git => "https://github.com/appwilldev/AWVersionAgent.git", :tag => "0.0.2" }
99
s.platform = :ios
1010
s.source_files = 'AWVersionAgent/*.{h,m}'
1111
s.requires_arc = true
12-
s.dependency 'JSONKit', '~> 1.4'
12+
s.ios.deployment_target = '5.0'
1313
end

0 commit comments

Comments
 (0)