File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'DBDebugToolkit'
11- s . version = '0.7.0 '
11+ s . version = '0.7.1 '
1212 s . summary = 'Set of easy to use debugging tools for iOS developers & QA engineers.'
1313
1414# This description is used to generate tags and improve search results.
@@ -28,15 +28,11 @@ DBDebugToolkit is a library written with two goals in mind: providing as many ea
2828 s . source = { :git => 'https://github.com/dbukowski/DBDebugToolkit.git' , :tag => s . version . to_s }
2929 s . social_media_url = 'https://twitter.com/darekbukowski'
3030
31- s . ios . deployment_target = '8 .0'
31+ s . ios . deployment_target = '10 .0'
3232
3333 s . source_files = 'DBDebugToolkit/Classes/**/*'
3434
3535 s . resource_bundles = {
3636 'DBDebugToolkit' => [ 'DBDebugToolkit/Resources/*.{storyboard,xib,bundle}' ]
3737 }
38-
39- # s.public_header_files = 'Pod/Classes/**/*.h'
40- # s.frameworks = 'UIKit', 'MapKit'
41- # s.dependency 'AFNetworking', '~> 2.3'
4238end
You can’t perform that action at this time.
0 commit comments