Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
OverSwift committed Nov 2, 2017
1 parent bf77b52 commit 80be9ce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 29 deletions.
40 changes: 20 additions & 20 deletions Example/Pods/Target Support Files/OBD2-Swift/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 2 additions & 9 deletions OBD2-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,15 @@
Pod::Spec.new do |s|
s.name = 'OBD2-Swift'
s.module_name = 'OBD2'
s.version = '0.1.2'
s.version = '0.2.0'
s.summary = 'Library which is manage connection to OBD2 and allow to observe obd data'
s.homepage = 'https://github.com/lemberg/obd2-swift-lib'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'overswift' => '[email protected]' }
s.source = { :git => 'https://github.com/lemberg/obd2-swift-lib.git', :tag => s.version }

s.ios.deployment_target = '9.0'
s.ios.deployment_target = '9.3'

s.source_files = 'OBD2-Swift/Classes/**/*'

# s.resource_bundles = {
# 'OBD2-Swift' => ['OBD2-Swift/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end

0 comments on commit 80be9ce

Please sign in to comment.