Skip to content

Commit 81aec5e

Browse files
authored
Update DBDebugToolkit.podspec
Release 0.7.1
1 parent 422efa5 commit 81aec5e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

DBDebugToolkit.podspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::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'
4238
end

0 commit comments

Comments
 (0)