Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed May 2, 2016
1 parent 10dbffd commit b339217
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions SDLSecurity-iOS.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#
# Be sure to run `pod spec lint SDLSecurity-iOS.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#

Pod::Spec.new do |s|

# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# These will help people to find your library, and whilst it
# can feel like a chore to fill in it's definitely to your advantage. The
# summary should be tweet-length, and the description more in depth.
#

s.name = "SDLSecurity-iOS"
s.version = "0.0.1"
s.summary = "A short description of SDLSecurity-iOS."

s.description = "SDLSecurity iOS provides a template for OEMs to write a TLS security library for their head units."

s.homepage = "https://github.com/smartdevicelink/sdl_security_ios"

s.license = "BSD 3.0"

s.author = { "SmartDeviceLink Team" => "joel@livio.io" }

s.platform = :ios, "6.0"

s.source = { :git => "https://github.com/smartdevicelink/sdl_security_ios.git", :tag => "0.0.1" }

s.dependency "SmartDeviceLink-iOS", :git => 'https://github.com/smartdevicelink/sdl_ios', :branch => 'feature/external_security_support'

end

0 comments on commit b339217

Please sign in to comment.