diff options
author | Joel Fischer <joel@livioradio.com> | 2015-02-23 15:33:21 -0500 |
---|---|---|
committer | Joel Fischer <joel@livioradio.com> | 2015-02-23 15:33:21 -0500 |
commit | 2becbf42daa807f44662b922048760bf623f25e1 (patch) | |
tree | 1188d4c154996b0f1820d5c3384cf892d3dd78dd /SmartDeviceLink-iOS.podspec | |
parent | 3d1fcedca4628aecf3a91eec795db4a2bc2f13b9 (diff) | |
download | sdl_ios-2becbf42daa807f44662b922048760bf623f25e1.tar.gz |
Minor podspec formatting fixes
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
-rw-r--r-- | SmartDeviceLink-iOS.podspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index 3b2e0a525..7e6bc1d59 100644 --- a/SmartDeviceLink-iOS.podspec +++ b/SmartDeviceLink-iOS.podspec @@ -5,10 +5,10 @@ Pod::Spec.new do |s| 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" => "joel@livioradio.com" } + s.author = { "SmartDeviceLink Team" => "joel@livioradio.com" } s.platform = :ios, "7.0" s.source = { :git => "https://github.com/smartdevicelink/SmartDeviceLink-iOS.git", :tag => "3.0.0" } - s.source_files = "SmartDeviceLink-iOS/SmartDeviceLink/*.{h,m}" + s.source_files = "SmartDeviceLink-iOS/SmartDeviceLink/*.{h,m}" s.requires_arc = true end
\ No newline at end of file |