summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
blob: 24c9f8c17b3052b4251ed3cbf0b97e764cf8caab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|

s.name         = "SmartDeviceLink-iOS"
s.version      = "4.3.0-rc.3"
s.summary      = "Connect your app with cars!"
s.homepage     = "https://github.com/smartdevicelink/SmartDeviceLink-iOS"
s.license      = { :type => "New BSD", :file => "LICENSE" }
s.author       = { "SmartDeviceLink Team" => "developer@smartdevicelink.com" }
s.platform     = :ios, "6.0"
s.source       = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => s.version.to_s }
s.source_files = "SmartDeviceLink/*.{h,m}"
s.requires_arc = true
s.resource_bundles = { 'SmartDeviceLink' => ['SmartDeviceLink/Assets/**/*', 'SmartDeviceLink/iOS 7 Assets/*'] }

end