File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::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 '
1313end
You can’t perform that action at this time.
0 commit comments