diff --git a/Swizzlean.podspec b/Swizzlean.podspec index 4077bfe..25e3b55 100644 --- a/Swizzlean.podspec +++ b/Swizzlean.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Swizzlean' s.version = '0.1.0' - s.summary = 'A quick and "\lean"\ way to swizzle methods for your Objective-C development needs.' + s.summary = 'A quick and lean way to swizzle methods for your Objective-C development needs.' s.homepage = 'https://github.com/rbaumbach/Swizzlean' s.license = { :type => 'MIT', :file => 'MIT.LICENSE' } s.author = { 'Ryan Baumbach' => 'rbaumbach.github@gmail.com' }