diff options
author | Joel Fischer <joel@livio.io> | 2015-08-19 09:34:54 -0400 |
---|---|---|
committer | Joel Fischer <joel@livio.io> | 2015-08-19 09:34:54 -0400 |
commit | 84f861116dbe1dfa5c11ff162abafc08d88d633c (patch) | |
tree | 7b06ce34301921a4174f05ba6a29aa0981a31bfb /SmartDeviceLink-iOS.podspec | |
parent | d596d057e72f00a606be81b8ddd7c579347f513f (diff) | |
download | sdl_ios-84f861116dbe1dfa5c11ff162abafc08d88d633c.tar.gz |
Declare our compatibility with iOS 6 to cocoapods
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
-rw-r--r-- | SmartDeviceLink-iOS.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index b8d971332..0dad7843e 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS" s.license = { :type => "New BSD", :file => "LICENSE" } s.author = { "SmartDeviceLink Team" => "joel@livio.io" } - s.platform = :ios, "7.0" + s.platform = :ios, "6.0" s.source = { :git => "https://github.com/smartdevicelink/sdl_ios.git", :tag => "4.0.0-alpha.3" } s.source_files = "SmartDeviceLink-iOS/SmartDeviceLink/*.{h,m}" s.requires_arc = true |