summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS.podspec
diff options
context:
space:
mode:
authorJoel Fischer <joel@livioradio.com>2015-02-23 15:33:21 -0500
committerJoel Fischer <joel@livioradio.com>2015-02-23 15:33:21 -0500
commit2becbf42daa807f44662b922048760bf623f25e1 (patch)
tree1188d4c154996b0f1820d5c3384cf892d3dd78dd /SmartDeviceLink-iOS.podspec
parent3d1fcedca4628aecf3a91eec795db4a2bc2f13b9 (diff)
downloadsdl_ios-2becbf42daa807f44662b922048760bf623f25e1.tar.gz
Minor podspec formatting fixes
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
-rw-r--r--SmartDeviceLink-iOS.podspec4
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