diff --git a/ASStarRatingView/0.1.0/ASStarRatingView.podspec b/ASStarRatingView/0.1.0/ASStarRatingView.podspec index 7128272f..865f6fde 100644 --- a/ASStarRatingView/0.1.0/ASStarRatingView.podspec +++ b/ASStarRatingView/0.1.0/ASStarRatingView.podspec @@ -19,7 +19,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI s.homepage = 'https://github.com/yggg/ASStarRatingView.git' s.author = { 'Sam Yang' => 'yanguango@gmail.com' } s.source = { :git => 'https://github.com/yggg/ASStarRatingView.git', :tag => 'v0.1.0' } - s.description = "ASStarRatingView is a control to rating with stars, it is simple to use and configurable." s.platform = :ios s.source_files = 'ASStarRatingView/**/*.{h,m}' s.resources = "ASStarRatingView/stars/*.png" diff --git a/AUIAnimatedText/0.0.1/AUIAnimatedText.podspec b/AUIAnimatedText/0.0.1/AUIAnimatedText.podspec index 170a9348..634f46fe 100644 --- a/AUIAnimatedText/0.0.1/AUIAnimatedText.podspec +++ b/AUIAnimatedText/0.0.1/AUIAnimatedText.podspec @@ -7,7 +7,10 @@ Pod::Spec.new do |s| s.author = { 'Adam Siton'=> 'adamsiton@gmail.com' } s.source = { :git => 'https://github.com/adam-siton/AUIAnimatedText.git', :commit => '098ff3309827a8508a7358ead7f1c5450e3c4b73' } - s.description = 'Properties animatable in AUIAnimatableText and not in UILabel: textColor, text, font, fontSize.' + s.description = <<-DESC + A drop-in UILabel replacement that makes almost all properties animatable by using a CATextLayer instead of CALayer. + Properties animatable in AUIAnimatableText and not in UILabel: textColor, text, font, fontSize. + DESC s.platform = :ios s.source_files = 'AUIAnimatedText/AUIAnimatedText/AUIAnimatableLabel.{h,m}', 'AUIAnimatedText/AUIAnimatedText/UIFont+CoreTextExtensions.{h,m}' s.framework = 'CoreText', 'QuartzCore', 'CoreGraphics', 'UIKit' diff --git a/AdMob/6.3.0/AdMob.podspec b/AdMob/6.3.0/AdMob.podspec index fb74670d..b1d5e7a8 100644 --- a/AdMob/6.3.0/AdMob.podspec +++ b/AdMob/6.3.0/AdMob.podspec @@ -2,9 +2,9 @@ Pod::Spec.new do |s| s.name = "AdMob" s.version = "6.3.0" s.summary = "Google AdMob Ads SDK." - s.description = "The Google AdMob Ads SDK allows developers to easily incorporate mobile-friendly text and image banners as well as rich, full-screen web apps known as interstitials. iamdaiyuan@gmail.com" + s.description = "The Google AdMob Ads SDK allows developers to easily incorporate mobile-friendly text and image banners as well as rich, full-screen web apps known as interstitials. iamdaiyuan@gmail.com." s.homepage = "https://developers.google.com/mobile-ads-sdk/docs/" - + s.license = { :type => 'Copyright', :text => <<-LICENSE diff --git a/BDDynamicGridViewController/0.0.2/BDDynamicGridViewController.podspec b/BDDynamicGridViewController/0.0.2/BDDynamicGridViewController.podspec index 26d61b01..b7b8983c 100644 --- a/BDDynamicGridViewController/0.0.2/BDDynamicGridViewController.podspec +++ b/BDDynamicGridViewController/0.0.2/BDDynamicGridViewController.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/norsez/BDDynamicGridViewController' s.author = { 'Norsez Orankijanan' => 'norsez@gmail.com' } s.source = { :git => 'https://github.com/norsez/BDDynamicGridViewController.git', :tag => '0.0.2' } - s.description = 'Data-aware view-controller that displays a UIView list in an automatically laid out grid.' s.platform = :ios s.source_files = 'Classes', 'Classes' s.requires_arc = true diff --git a/BDKNotifyHUD/1.0.0/BDKNotifyHUD.podspec b/BDKNotifyHUD/1.0.0/BDKNotifyHUD.podspec index fe3a06d1..90ae243a 100644 --- a/BDKNotifyHUD/1.0.0/BDKNotifyHUD.podspec +++ b/BDKNotifyHUD/1.0.0/BDKNotifyHUD.podspec @@ -3,7 +3,6 @@ Pod::Spec.new do |s| s.version = '1.0.0' s.platform = :ios s.summary = 'An animated UIView for displaying a temporary "bezel" notification, mid-screen.' - s.description = 'An animated UIView for displaying a temporary "bezel" notification, mid-screen.' s.homepage = 'https://github.com/kreeger/BDKNotifyHUD' s.license = { :type => 'MIT', diff --git a/BDKNotifyHUD/1.1.0/BDKNotifyHUD.podspec b/BDKNotifyHUD/1.1.0/BDKNotifyHUD.podspec index 96c01777..e09a1fc1 100644 --- a/BDKNotifyHUD/1.1.0/BDKNotifyHUD.podspec +++ b/BDKNotifyHUD/1.1.0/BDKNotifyHUD.podspec @@ -3,7 +3,6 @@ Pod::Spec.new do |s| s.version = '1.1.0' s.platform = :ios s.summary = 'An animated UIView for displaying a temporary "bezel" notification, mid-screen.' - s.description = 'An animated UIView for displaying a temporary "bezel" notification, mid-screen.' s.homepage = 'https://github.com/kreeger/BDKNotifyHUD' s.license = { :type => 'MIT', diff --git a/BDToastAlert/1.0.0/BDToastAlert.podspec b/BDToastAlert/1.0.0/BDToastAlert.podspec index 8e50e0b5..69459603 100644 --- a/BDToastAlert/1.0.0/BDToastAlert.podspec +++ b/BDToastAlert/1.0.0/BDToastAlert.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/norsez/BDToastAlert' s.author = { 'Norsez Orankijanan' => 'norsez@gmail.com' } s.source = { :git => 'https://github.com/norsez/BDToastAlert.git', :tag => '1.0.0' } - s.description = 'Easy way to display non-obstructive messages to user without having to worry about its behavior and conflicts with other views.' s.platform = :ios s.source_files = 'Classes', 'BDToastAlert/BDToastAlert/BDToastAlert' s.frameworks = 'QuartzCore' diff --git a/BJImageCropper/1.0.1/BJImageCropper.podspec b/BJImageCropper/1.0.1/BJImageCropper.podspec index cf7ed5ee..4335d10d 100644 --- a/BJImageCropper/1.0.1/BJImageCropper.podspec +++ b/BJImageCropper/1.0.1/BJImageCropper.podspec @@ -1,9 +1,10 @@ Pod::Spec.new do |s| s.name = "BJImageCropper" s.version = "1.0.1" - s.summary = "A simple UIView subclass that allows a user to crop an image. If you use it, I'd love to know! Twitter: @barrettjacobsen" + s.summary = "A simple UIView subclass that allows a user to crop an image." s.description = <<-DESC An easy to use library/control to allow the user to crop an image to their specfications. + If you use it, I'd love to know! Twitter: @barrettjacobsen DESC s.homepage = "http://www.barrettj.com" s.license = 'MIT' diff --git a/BJImageCropper/1.0.2/BJImageCropper.podspec b/BJImageCropper/1.0.2/BJImageCropper.podspec index b46191ec..4c2b397b 100644 --- a/BJImageCropper/1.0.2/BJImageCropper.podspec +++ b/BJImageCropper/1.0.2/BJImageCropper.podspec @@ -1,9 +1,10 @@ Pod::Spec.new do |s| s.name = "BJImageCropper" s.version = "1.0.2" - s.summary = "A simple UIView subclass that allows a user to crop an image. If you use it, I'd love to know! Twitter: @barrettjacobsen" + s.summary = "A simple UIView subclass that allows a user to crop an image." s.description = <<-DESC An easy to use library/control to allow the user to crop an image to their specfications. + If you use it, I'd love to know! Twitter: @barrettjacobsen. DESC s.homepage = "http://www.barrettj.com" s.license = 'MIT' diff --git a/BWLongTextViewController/1.0/BWLongTextViewController.podspec b/BWLongTextViewController/1.0/BWLongTextViewController.podspec index 5f6c1b5d..4c2ceaf5 100644 --- a/BWLongTextViewController/1.0/BWLongTextViewController.podspec +++ b/BWLongTextViewController/1.0/BWLongTextViewController.podspec @@ -6,9 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/brunow/BWLongTextViewController' s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' } s.source = { :git => 'https://github.com/brunow/BWLongTextViewController.git', :tag => '1.0' } - - s.description = 'Simple IOS controller that show a full screen textView with keyboard.' s.platform = :ios s.source_files = 'BWLongTextViewController/*.{h,m}' -end \ No newline at end of file +end diff --git a/BaseKit/0.1.0/BaseKit.podspec b/BaseKit/0.1.0/BaseKit.podspec index 33b5caa5..06422bb8 100644 --- a/BaseKit/0.1.0/BaseKit.podspec +++ b/BaseKit/0.1.0/BaseKit.podspec @@ -6,11 +6,8 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/brunow/BaseKit' s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' } s.source = { :git => 'https://github.com/brunow/BaseKit.git', :tag => '0.1' } - - s.description = 'BaseKit is a set of IOS class to make your life easier.' s.platform = :ios - s.subspec 'Core' do |core| core.source_files = 'Code/Core/*.{h,m}' end @@ -25,4 +22,4 @@ Pod::Spec.new do |s| cell_mapping.dependency 'BaseKit/Core' cell_mapping.dependency 'BaseKit/View' end -end \ No newline at end of file +end diff --git a/BaseKit/0.2.0/BaseKit.podspec b/BaseKit/0.2.0/BaseKit.podspec index a37f2995..d64026de 100644 --- a/BaseKit/0.2.0/BaseKit.podspec +++ b/BaseKit/0.2.0/BaseKit.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' } s.source = { :git => 'https://github.com/brunow/BaseKit.git', :tag => '0.2' } - s.description = 'BaseKit is a set of IOS class to make your life easier.' s.platform = :ios @@ -46,4 +45,4 @@ Pod::Spec.new do |s| form_mapping.dependency 'BWLongTextViewController' form_mapping.dependency 'ActionSheetPicker2' end -end \ No newline at end of file +end diff --git a/BaseKit/0.2.1/BaseKit.podspec b/BaseKit/0.2.1/BaseKit.podspec index cfed92e0..6a505847 100644 --- a/BaseKit/0.2.1/BaseKit.podspec +++ b/BaseKit/0.2.1/BaseKit.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' } s.source = { :git => 'https://github.com/brunow/BaseKit.git', :tag => '0.2.1' } - s.description = 'BaseKit is a set of IOS class to make your life easier.' s.platform = :ios @@ -46,4 +45,4 @@ Pod::Spec.new do |s| form_mapping.dependency 'BWLongTextViewController' form_mapping.dependency 'ActionSheetPicker2' end -end \ No newline at end of file +end diff --git a/BaseKit/0.2.2/BaseKit.podspec b/BaseKit/0.2.2/BaseKit.podspec index 7126473a..fe871b43 100644 --- a/BaseKit/0.2.2/BaseKit.podspec +++ b/BaseKit/0.2.2/BaseKit.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' } s.source = { :git => 'https://github.com/brunow/BaseKit.git', :tag => '0.2.2' } - s.description = 'BaseKit is a set of IOS class to make your life easier.' s.platform = :ios @@ -46,4 +45,4 @@ Pod::Spec.new do |s| form_mapping.dependency 'BWLongTextViewController' form_mapping.dependency 'ActionSheetPicker2' end -end \ No newline at end of file +end diff --git a/BaseKit/0.2.3/BaseKit.podspec b/BaseKit/0.2.3/BaseKit.podspec index ccebd711..a0939c9e 100644 --- a/BaseKit/0.2.3/BaseKit.podspec +++ b/BaseKit/0.2.3/BaseKit.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' } s.source = { :git => 'https://github.com/brunow/BaseKit.git', :tag => '0.2.3' } - s.description = 'BaseKit is a set of IOS class to make your life easier.' s.platform = :ios @@ -46,4 +45,4 @@ Pod::Spec.new do |s| form_mapping.dependency 'BWLongTextViewController' form_mapping.dependency 'ActionSheetPicker2' end -end \ No newline at end of file +end diff --git a/BaseKit/0.2.4/BaseKit.podspec b/BaseKit/0.2.4/BaseKit.podspec index f6a78659..cd47fdd8 100644 --- a/BaseKit/0.2.4/BaseKit.podspec +++ b/BaseKit/0.2.4/BaseKit.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' } s.source = { :git => 'https://github.com/brunow/BaseKit.git', :tag => '0.2.4' } - s.description = 'BaseKit is a set of IOS class to make your life easier.' s.platform = :ios @@ -46,4 +45,4 @@ Pod::Spec.new do |s| form_mapping.dependency 'BWLongTextViewController' form_mapping.dependency 'ActionSheetPicker2' end -end \ No newline at end of file +end diff --git a/BaseKit/0.2.5/BaseKit.podspec b/BaseKit/0.2.5/BaseKit.podspec index a0490212..b2c210b2 100644 --- a/BaseKit/0.2.5/BaseKit.podspec +++ b/BaseKit/0.2.5/BaseKit.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' } s.source = { :git => 'https://github.com/brunow/BaseKit.git', :tag => '0.2.5' } - s.description = 'BaseKit is a set of IOS class to make your life easier.' s.platform = :ios s.preserve_paths = 'Examples', 'GHUnitIOS.framework', 'Test', 'Vendor', 'README.md', '.gitignore', 'BaseKit.xcodeproj', 'LICENSE', 'form-mapping.png' s.compiler_flags = '-Wno-format' @@ -47,4 +46,4 @@ Pod::Spec.new do |s| form_mapping.dependency 'BWLongTextViewController' form_mapping.dependency 'ActionSheetPicker2' end -end \ No newline at end of file +end diff --git a/BlockAlertsAnd-ActionSheets/1.0.0/BlockAlertsAnd-ActionSheets.podspec b/BlockAlertsAnd-ActionSheets/1.0.0/BlockAlertsAnd-ActionSheets.podspec index f6d37cb2..311a32c6 100644 --- a/BlockAlertsAnd-ActionSheets/1.0.0/BlockAlertsAnd-ActionSheets.podspec +++ b/BlockAlertsAnd-ActionSheets/1.0.0/BlockAlertsAnd-ActionSheets.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets' s.author = { 'Gustavo Ambrozio' => '' } s.source = { :git => 'https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets.git', :tag => '1.0.0' } - s.description = 'Beautifully done UIAlertView and UIActionSheet replacements inspired by TweetBot.' s.platform = :ios s.source_files = 'BlockAlertsDemo/ToAddToYourProjects', 'BlockAlertsDemo/ProjectSpecific/BlockUI.h' s.resources = "BlockAlertsDemo/images/ActionSheet/*.png", "BlockAlertsDemo/images/AlertView/*.png" diff --git a/CKCalendar/0.0.1/CKCalendar.podspec b/CKCalendar/0.0.1/CKCalendar.podspec index 0bdc993e..81e339e4 100644 --- a/CKCalendar/0.0.1/CKCalendar.podspec +++ b/CKCalendar/0.0.1/CKCalendar.podspec @@ -2,7 +2,6 @@ Pod::Spec.new do |s| s.name = "CKCalendar" s.version = "0.0.1" s.summary = "A sleek, easily customized calendar control for iOS." - s.description = "A sleek, easily customized calendar control for iOS." s.homepage = "www.cozykozy.com" s.license = 'MIT' s.author = { "Jason Kozemczak" => "jason.kozemczak@gmail.com" } diff --git a/CKCalendar/0.1.0/CKCalendar.podspec b/CKCalendar/0.1.0/CKCalendar.podspec index 20cd6cc3..ff7a32d3 100644 --- a/CKCalendar/0.1.0/CKCalendar.podspec +++ b/CKCalendar/0.1.0/CKCalendar.podspec @@ -2,7 +2,6 @@ Pod::Spec.new do |s| s.name = "CKCalendar" s.version = "0.1.0" s.summary = "A sleek, easily customized calendar control for iOS." - s.description = "A sleek, easily customized calendar control for iOS." s.homepage = "www.cozykozy.com" s.license = { :type => 'MIT', :text => <<-LICENSETEXT Copyright (c) 2012 Jason Kozemczak diff --git a/CameraPlusIntegration/0.0.1/CameraPlusIntegration.podspec b/CameraPlusIntegration/0.0.1/CameraPlusIntegration.podspec index c985e69c..3a956228 100644 --- a/CameraPlusIntegration/0.0.1/CameraPlusIntegration.podspec +++ b/CameraPlusIntegration/0.0.1/CameraPlusIntegration.podspec @@ -6,9 +6,8 @@ Pod::Spec.new do |s| s.homepage = 'http://api.camerapl.us/app-api' s.author = { 'TapTapTap' => 'http://api.camerapl.us/support/forum/3-app-integration-api-support/' } s.source = { :http => 'http://api.camerapl.us/static/api/CameraPlusIntegration.zip' } - s.description = 'Using the Camera+ app integration API, developers can integrate Camera+ functionality into their apps.' s.platform = :ios s.source_files = 'CameraPlusIntegration/CameraPlusIntegrationAPI.framework/Versions/A/Headers/*.h' s.preserve_paths = 'CameraPlusIntegration/CameraPlusIntegrationAPI.framework' s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(PODS_ROOT)/CameraPlusIntegration/CameraPlusIntegration', 'OTHER_LDFLAGS' => '-framework CameraPlusIntegrationAPI' } -end \ No newline at end of file +end diff --git a/ChartboostSDK/3.0.7/ChartboostSDK.podspec b/ChartboostSDK/3.0.7/ChartboostSDK.podspec index d1006f96..060cc882 100644 --- a/ChartboostSDK/3.0.7/ChartboostSDK.podspec +++ b/ChartboostSDK/3.0.7/ChartboostSDK.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'https://chartboost.com/' s.author = { 'Chartboost' => 'https://chartboost.com/' } s.source = { :git => 'https://github.com/MattesGroeger/ChartboostSDK.git', :tag => '3.0.7' } - s.description = 'ChartboostSDK for showing ads and more apps pages, and tracking analytics and in-app purchase revenue.' s.platform = :ios s.source_files = '**/*.h' s.preserve_paths = '**/*.a' diff --git a/Clutch/0.0.1/Clutch.podspec b/Clutch/0.0.1/Clutch.podspec index c2bfb774..ae785bbf 100644 --- a/Clutch/0.0.1/Clutch.podspec +++ b/Clutch/0.0.1/Clutch.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| // Display blue sign-up button }]; Documentation - More documentation can be found at: http://docs.clutch.io/ + More documentation can be found at: http://docs.clutch.io. DESC s.homepage = "https://clutch.io/" diff --git a/CrittercismSDK/3.3.1/CrittercismSDK.podspec b/CrittercismSDK/3.3.1/CrittercismSDK.podspec index c8acbe49..efd6a464 100644 --- a/CrittercismSDK/3.3.1/CrittercismSDK.podspec +++ b/CrittercismSDK/3.3.1/CrittercismSDK.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.crittercism.com' s.author = { 'Crittercism' => 'support@crittercism.com' } s.source = { :http => 'https://www.crittercism.com/images/Crittercism_v3_3_1_crashonly.zip' } - s.description = 'Mobile App Performance Monitoring and Crash Reporting.' s.platform = :ios s.source_files = 'CrittercismSDK-crashonly/*.h' s.preserve_paths = 'CrittercismSDK-crashonly/libCrittercismCrashOnly_v3_3_1.a' diff --git a/CrittercismSDK/3.3.4/CrittercismSDK.podspec b/CrittercismSDK/3.3.4/CrittercismSDK.podspec index 67b882f0..62b015d1 100644 --- a/CrittercismSDK/3.3.4/CrittercismSDK.podspec +++ b/CrittercismSDK/3.3.4/CrittercismSDK.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.crittercism.com' s.author = { 'Crittercism' => 'support@crittercism.com' } s.source = { :http => 'https://app.crittercism.com/images/Crittercism_v3_3_4_crashonly.zip' } - s.description = 'Mobile App Performance Monitoring and Crash Reporting.' s.platform = :ios s.source_files = 'CrittercismSDK-crashonly/*.h' s.preserve_paths = 'CrittercismSDK-crashonly/libCrittercismCrashOnly_v3_3_4.a' diff --git a/CrittercismSDK/3.4.0/CrittercismSDK.podspec b/CrittercismSDK/3.4.0/CrittercismSDK.podspec index 42b3f558..7d919b54 100644 --- a/CrittercismSDK/3.4.0/CrittercismSDK.podspec +++ b/CrittercismSDK/3.4.0/CrittercismSDK.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.crittercism.com' s.author = { 'Crittercism' => 'support@crittercism.com' } s.source = { :http => 'https://app.crittercism.com/images/Crittercism_v3_4_0.zip' } - s.description = 'Mobile App Performance Monitoring and Crash Reporting.' s.platform = :ios s.source_files = 'CrittercismSDK/*.h' s.preserve_paths = 'CrittercismSDK/libCrittercism_v3_4_0.a' diff --git a/CrittercismSDK/3.4.8/CrittercismSDK.podspec b/CrittercismSDK/3.4.8/CrittercismSDK.podspec index 15d469c6..55a48a4c 100644 --- a/CrittercismSDK/3.4.8/CrittercismSDK.podspec +++ b/CrittercismSDK/3.4.8/CrittercismSDK.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.crittercism.com' s.author = { 'Crittercism' => 'support@crittercism.com' } s.source = { :http => 'https://app.crittercism.com/images/Crittercism_v3_4_8.zip' } - s.description = 'Mobile App Performance Monitoring and Crash Reporting.' s.platform = :ios s.source_files = 'CrittercismSDK/*.h' s.preserve_paths = 'CrittercismSDK/libCrittercism_v3_4_8.a' diff --git a/CrittercismSDK/3.4.9/CrittercismSDK.podspec b/CrittercismSDK/3.4.9/CrittercismSDK.podspec index d7bc9ed7..8947371c 100644 --- a/CrittercismSDK/3.4.9/CrittercismSDK.podspec +++ b/CrittercismSDK/3.4.9/CrittercismSDK.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.crittercism.com' s.author = { 'Crittercism' => 'support@crittercism.com' } s.source = { :http => 'https://app.crittercism.com/images/Crittercism_v3_4_9.zip' } - s.description = 'Mobile App Performance Monitoring and Crash Reporting.' s.platform = :ios s.source_files = 'CrittercismSDK/*.h' s.preserve_paths = 'CrittercismSDK/libCrittercism_v3_4_9.a' diff --git a/DMLogFormatter/1.0.0/DMLogFormatter.podspec b/DMLogFormatter/1.0.0/DMLogFormatter.podspec index d0bcc4fc..82899a75 100644 --- a/DMLogFormatter/1.0.0/DMLogFormatter.podspec +++ b/DMLogFormatter/1.0.0/DMLogFormatter.podspec @@ -2,7 +2,6 @@ Pod::Spec.new do |s| s.name = "DMLogFormatter" s.version = "1.0.0" s.summary = "A clean log formatter for CocoaLumberjack." - s.description = "A clean log formatter for CocoaLumberjack." s.homepage = "https://github.com/devmob-DE/CocoaLumberjack-DMLogFormatter" s.license = { :type => 'MIT', :file => 'LICENSE' } @@ -14,4 +13,4 @@ Pod::Spec.new do |s| s.source_files = '*.{m,h}' s.dependency 'CocoaLumberjack', '~> 1.3' -end \ No newline at end of file +end diff --git a/Ejecta/1.2/Ejecta.podspec b/Ejecta/1.2/Ejecta.podspec index 70a27da5..edc8ab30 100644 --- a/Ejecta/1.2/Ejecta.podspec +++ b/Ejecta/1.2/Ejecta.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'http://impactjs.com/ejecta' s.author = { 'Dominic Szablewski' => 'dominic.szablewski@gmail.com' } s.source = { :git => 'https://github.com/phoboslab/Ejecta.git', :tag => 'v1.2' } - s.description = 'A Fast, Open Source JavaScript, Canvas & Audio Implementation for iOS.' s.platform = :ios s.source_files = 'Classes/**/*.{h,m,mm}' diff --git a/FontasticIcons/0.0.1/FontasticIcons.podspec b/FontasticIcons/0.0.1/FontasticIcons.podspec index dbb9b9de..1b70f047 100644 --- a/FontasticIcons/0.0.1/FontasticIcons.podspec +++ b/FontasticIcons/0.0.1/FontasticIcons.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/AlexDenisov/FontasticIcons' s.author = { 'Alex Denisov' => '1101.debian@gmail.com' } s.source = { :git => 'https://github.com/AlexDenisov/FontasticIcons.git', :tag => '0.0.1' } - s.description = 'Objective-C wrapper for iconic fonts.' s.source_files = 'FontasticIcons/Sources/Classes/*.{h,m}' s.resources = 'FontasticIcons/Sources/Resources/Fonts/*.otf' s.frameworks = 'UIKit' diff --git a/FontasticIcons/0.0.2/FontasticIcons.podspec b/FontasticIcons/0.0.2/FontasticIcons.podspec index ea408119..9e673fc3 100644 --- a/FontasticIcons/0.0.2/FontasticIcons.podspec +++ b/FontasticIcons/0.0.2/FontasticIcons.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/AlexDenisov/FontasticIcons' s.author = { 'Alex Denisov' => '1101.debian@gmail.com' } s.source = { :git => 'https://github.com/AlexDenisov/FontasticIcons.git', :tag => '0.0.2' } - s.description = 'Objective-C wrapper for iconic fonts.' s.source_files = 'FontasticIcons/Sources/Classes/*.{h,m}' s.resources = 'FontasticIcons/Sources/Resources/Fonts/*.otf' s.frameworks = 'CoreText' diff --git a/FontasticIcons/0.0.3/FontasticIcons.podspec b/FontasticIcons/0.0.3/FontasticIcons.podspec index 4453823c..c5bcfe7f 100644 --- a/FontasticIcons/0.0.3/FontasticIcons.podspec +++ b/FontasticIcons/0.0.3/FontasticIcons.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/AlexDenisov/FontasticIcons' s.author = { 'Alex Denisov' => '1101.debian@gmail.com' } s.source = { :git => 'https://github.com/AlexDenisov/FontasticIcons.git', :tag => '0.0.3' } - s.description = 'Objective-C wrapper for iconic fonts.' s.source_files = 'FontasticIcons/Sources/Classes/*.{h,m}' s.resources = 'FontasticIcons/Sources/Resources/Fonts/*.otf' s.frameworks = 'CoreText' diff --git a/FontasticIcons/0.0.4/FontasticIcons.podspec b/FontasticIcons/0.0.4/FontasticIcons.podspec index c4fefdf7..6e4558f8 100644 --- a/FontasticIcons/0.0.4/FontasticIcons.podspec +++ b/FontasticIcons/0.0.4/FontasticIcons.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/AlexDenisov/FontasticIcons' s.author = { 'Alex Denisov' => '1101.debian@gmail.com' } s.source = { :git => 'https://github.com/AlexDenisov/FontasticIcons.git', :tag => '0.0.4' } - s.description = 'Objective-C wrapper for iconic fonts.' s.source_files = 'FontasticIcons/Sources/Classes/*.{h,m}' s.resources = 'FontasticIcons/Sources/Resources/Fonts/*.otf' s.frameworks = 'CoreText' diff --git a/FontasticIcons/0.1.0/FontasticIcons.podspec b/FontasticIcons/0.1.0/FontasticIcons.podspec index 9ba7bc5c..361a73db 100644 --- a/FontasticIcons/0.1.0/FontasticIcons.podspec +++ b/FontasticIcons/0.1.0/FontasticIcons.podspec @@ -7,8 +7,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/AlexDenisov/FontasticIcons' s.author = { 'Alex Denisov' => '1101.debian@gmail.com' } s.source = { :git => 'https://github.com/AlexDenisov/FontasticIcons.git', -:tag => '0.1.0' } - s.description = 'Objective-C wrapper for iconic fonts.' + :tag => '0.1.0' } s.source_files = 'FontasticIcons/Sources/Classes/*.{h,m}' s.resources = 'FontasticIcons/Sources/Resources/Fonts/*' s.frameworks = 'CoreText' diff --git a/FontasticIcons/0.1.1/FontasticIcons.podspec b/FontasticIcons/0.1.1/FontasticIcons.podspec index 6cc78a7d..6eb8eeb8 100644 --- a/FontasticIcons/0.1.1/FontasticIcons.podspec +++ b/FontasticIcons/0.1.1/FontasticIcons.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/AlexDenisov/FontasticIcons' s.author = { 'Alex Denisov' => '1101.debian@gmail.com' } s.source = { :git => 'https://github.com/AlexDenisov/FontasticIcons.git', :tag => '0.1.1' } - s.description = 'Objective-C wrapper for iconic fonts.' s.source_files = 'FontasticIcons/Sources/Classes/*.{h,m}' s.resources = 'FontasticIcons/Sources/Resources/Fonts/*' s.frameworks = 'CoreText' diff --git a/FontasticIcons/0.1.2/FontasticIcons.podspec b/FontasticIcons/0.1.2/FontasticIcons.podspec index 0b642ba6..5f96f376 100644 --- a/FontasticIcons/0.1.2/FontasticIcons.podspec +++ b/FontasticIcons/0.1.2/FontasticIcons.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/AlexDenisov/FontasticIcons' s.author = { 'Alex Denisov' => '1101.debian@gmail.com' } s.source = { :git => 'https://github.com/AlexDenisov/FontasticIcons.git', :tag => '0.1.2' } - s.description = 'Objective-C wrapper for iconic fonts.' s.source_files = 'FontasticIcons/Sources/Classes/*.{h,m}' s.resources = 'FontasticIcons/Sources/Resources/Fonts/*' s.frameworks = 'CoreText' diff --git a/FontasticIcons/0.2.0/FontasticIcons.podspec b/FontasticIcons/0.2.0/FontasticIcons.podspec index 6695967f..5dcfe794 100644 --- a/FontasticIcons/0.2.0/FontasticIcons.podspec +++ b/FontasticIcons/0.2.0/FontasticIcons.podspec @@ -3,9 +3,9 @@ Pod::Spec.new do |s| s.version = '0.2.0' s.summary = 'Objective-C wrapper for iconic fonts.' s.description = <<-DESC - - [Entypo](http://entypo.com) pictograms by Daniel Bruce - - [FontAwesome](http://fortawesome.github.com/Font-Awesome/) by Dave Gandy - - [Iconic](http://somerandomdude.com/work/iconic/) font by P.J. Onori + - [Entypo](http://entypo.com) pictograms by Daniel Bruce. + - [FontAwesome](http://fortawesome.github.com/Font-Awesome/) by Dave Gandy. + - [Iconic](http://somerandomdude.com/work/iconic/) font by P.J. Onori. DESC s.homepage = 'https://github.com/AlexDenisov/FontasticIcons' s.license = 'MIT' diff --git a/FontasticIcons/0.2.1/FontasticIcons.podspec b/FontasticIcons/0.2.1/FontasticIcons.podspec index 0b3bd094..6195308b 100644 --- a/FontasticIcons/0.2.1/FontasticIcons.podspec +++ b/FontasticIcons/0.2.1/FontasticIcons.podspec @@ -3,9 +3,9 @@ Pod::Spec.new do |s| s.version = '0.2.1' s.summary = 'Objective-C wrapper for iconic fonts.' s.description = <<-DESC - - [Entypo](http://entypo.com) pictograms by Daniel Bruce - - [FontAwesome](http://fortawesome.github.com/Font-Awesome/) by Dave Gandy - - [Iconic](http://somerandomdude.com/work/iconic/) font by P.J. Onori + - [Entypo](http://entypo.com) pictograms by Daniel Bruce. + - [FontAwesome](http://fortawesome.github.com/Font-Awesome/) by Dave Gandy. + - [Iconic](http://somerandomdude.com/work/iconic/) font by P.J. Onori. DESC s.homepage = 'https://github.com/AlexDenisov/FontasticIcons' s.license = 'MIT' diff --git a/FontasticIcons/0.2.2/FontasticIcons.podspec b/FontasticIcons/0.2.2/FontasticIcons.podspec index 3ebea706..e8fc30fc 100644 --- a/FontasticIcons/0.2.2/FontasticIcons.podspec +++ b/FontasticIcons/0.2.2/FontasticIcons.podspec @@ -3,9 +3,9 @@ Pod::Spec.new do |s| s.version = '0.2.2' s.summary = 'Objective-C wrapper for iconic fonts.' s.description = <<-DESC - - [Entypo](http://entypo.com) pictograms by Daniel Bruce - - [FontAwesome](http://fortawesome.github.com/Font-Awesome/) by Dave Gandy - - [Iconic](http://somerandomdude.com/work/iconic/) font by P.J. Onori + - [Entypo](http://entypo.com) pictograms by Daniel Bruce. + - [FontAwesome](http://fortawesome.github.com/Font-Awesome/) by Dave Gandy. + - [Iconic](http://somerandomdude.com/work/iconic/) font by P.J. Onori. DESC s.homepage = 'https://github.com/AlexDenisov/FontasticIcons' s.license = 'MIT' diff --git a/FontasticIcons/0.2.3/FontasticIcons.podspec b/FontasticIcons/0.2.3/FontasticIcons.podspec index fa1b3318..6b1e56ce 100644 --- a/FontasticIcons/0.2.3/FontasticIcons.podspec +++ b/FontasticIcons/0.2.3/FontasticIcons.podspec @@ -3,9 +3,9 @@ Pod::Spec.new do |s| s.version = '0.2.3' s.summary = 'Objective-C wrapper for iconic fonts.' s.description = <<-DESC - - [Entypo](http://entypo.com) pictograms by Daniel Bruce - - [FontAwesome](http://fortawesome.github.com/Font-Awesome/) by Dave Gandy - - [Iconic](http://somerandomdude.com/work/iconic/) font by P.J. Onori + - [Entypo](http://entypo.com) pictograms by Daniel Bruce. + - [FontAwesome](http://fortawesome.github.com/Font-Awesome/) by Dave Gandy. + - [Iconic](http://somerandomdude.com/work/iconic/) font by P.J. Onori. DESC s.homepage = 'https://github.com/AlexDenisov/FontasticIcons' s.license = 'MIT' diff --git a/GDataXML-HTML/0.0.1/GDataXML-HTML.podspec b/GDataXML-HTML/0.0.1/GDataXML-HTML.podspec index 2cc8dcaa..0a089a8f 100644 --- a/GDataXML-HTML/0.0.1/GDataXML-HTML.podspec +++ b/GDataXML-HTML/0.0.1/GDataXML-HTML.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| 'Files with a DOM API or XPath. This fork of the original ' \ 'GDataXML adds support for the HTMLparser module of ' \ 'libxml2 and allows you to deal with non validating XML ' \ - 'or HTML on iOS based devices (iPhone, iPad etc)' + 'or HTML on iOS based devices (iPhone, iPad etc).' s.source_files = 'GDataXML-HTML/lib/*.{h,m}' s.libraries = 'xml2' s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } diff --git a/GDataXML-HTML/1.0.0/GDataXML-HTML.podspec b/GDataXML-HTML/1.0.0/GDataXML-HTML.podspec index 3899115b..0b4310f5 100644 --- a/GDataXML-HTML/1.0.0/GDataXML-HTML.podspec +++ b/GDataXML-HTML/1.0.0/GDataXML-HTML.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| 'with a DOM style API including XPath support. This fork of the original ' \ 'GDataXML adds support for the HTMLparser module of ' \ 'libxml2 and allows you to deal with non validating XML ' \ - 'in a simple way' + 'in a simple way.' s.source_files = 'GDataXML-HTML/lib/*.{h,m}' s.libraries = 'xml2' s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } diff --git a/Gemfile.lock b/Gemfile.lock index e2c96ff3..ed24c939 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: git://github.com/CocoaPods/Core.git - revision: ce48eccb50c14a33de2bf336e444ce9cf7a06b95 + revision: 7fa15d4b59da2c562a9935f62f6f9826704baf8c specs: cocoapods-core (0.17.0.rc5) activesupport (~> 3.2.6) diff --git a/IMAPClient/0.0.2/IMAPClient.podspec b/IMAPClient/0.0.2/IMAPClient.podspec index b0281d5f..70ab82b8 100644 --- a/IMAPClient/0.0.2/IMAPClient.podspec +++ b/IMAPClient/0.0.2/IMAPClient.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/bcoe/IMAPClient' s.author = { 'bcoe' => 'bencoe@gmail.com' } s.source = { :git => 'https://github.com/bcoe/IMAPClient.git', :tag => '0.0.2' } - s.description = 'An asynchrounous IMAP client for iOS.' s.platform = :ios s.source_files = 'Classes', 'Classes/**/*.{h,m}' end diff --git a/IMOAutocompletionViewController/1.0.1/IMOAutocompletionViewController.podspec b/IMOAutocompletionViewController/1.0.1/IMOAutocompletionViewController.podspec index 5d9acb0d..399ad51f 100644 --- a/IMOAutocompletionViewController/1.0.1/IMOAutocompletionViewController.podspec +++ b/IMOAutocompletionViewController/1.0.1/IMOAutocompletionViewController.podspec @@ -2,9 +2,6 @@ Pod::Spec.new do |s| s.name = "IMOAutocompletionViewController" s.version = "1.0.1" s.summary = "Very fast autocompletion UITableView based controller." - s.description = <<-DESC - IOS Autocompletion view controller. - DESC s.homepage = "https://github.com/fredericcormier/IMOAutocompletionViewController" s.platform = :ios s.author = {'Frederic Cormier' => 'fred@i-mo.eu'} diff --git a/JMImageCache/0.4.0/JMImageCache.podspec b/JMImageCache/0.4.0/JMImageCache.podspec index 8dcdbfb2..947f08fb 100644 --- a/JMImageCache/0.4.0/JMImageCache.podspec +++ b/JMImageCache/0.4.0/JMImageCache.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "JMImageCache" s.version = "0.4.0" s.summary = "NSCache based remote-image caching and downloading mechanism for iOS." - s.description = 'NSCache based remote-image caching and downloading mechanism for iOS. Is block based and uses a simple UIImageView category to handle loading images with placeholders. With fix to the placeholder behaviour' + s.description = 'NSCache based remote-image caching and downloading mechanism for iOS. Is block based and uses a simple UIImageView category to handle loading images with placeholders. With fix to the placeholder behaviour.' s.homepage = "https://github.com/jakemarsh/JMImageCache" @@ -18,4 +18,4 @@ Pod::Spec.new do |s| s.platform = :ios, '5.0' s.requires_arc = true s.source_files = ['*.h', '*.m'] -end \ No newline at end of file +end diff --git a/JMImageCacheForkAntoine/0.0.1/JMImageCacheForkAntoine.podspec b/JMImageCacheForkAntoine/0.0.1/JMImageCacheForkAntoine.podspec index 2150e537..8011b928 100644 --- a/JMImageCacheForkAntoine/0.0.1/JMImageCacheForkAntoine.podspec +++ b/JMImageCacheForkAntoine/0.0.1/JMImageCacheForkAntoine.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "JMImageCacheForkAntoine" s.version = "0.0.1" s.summary = "NSCache based remote-image caching and downloading mechanism for iOS." - s.description = 'NSCache based remote-image caching and downloading mechanism for iOS. Is block based and uses a simple UIImageView category to handle loading images with placeholders. With fix to the placeholder behaviour' + s.description = 'NSCache based remote-image caching and downloading mechanism for iOS. Is block based and uses a simple UIImageView category to handle loading images with placeholders. With fix to the placeholder behaviour.' s.homepage = "https://github.com/antoinerabanes/JMImageCache" diff --git a/JMStaticContentTableViewController/0.1.0/JMStaticContentTableViewController.podspec b/JMStaticContentTableViewController/0.1.0/JMStaticContentTableViewController.podspec index f2b1cb1a..63c2be85 100644 --- a/JMStaticContentTableViewController/0.1.0/JMStaticContentTableViewController.podspec +++ b/JMStaticContentTableViewController/0.1.0/JMStaticContentTableViewController.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.version = '0.1.0' s.summary = 'Cleanly implement a table view controller much like those in Settings.app, using a simple, convienent block-based syntax.' - s.description = 'A subclass-able way to cleanly and neatly implement a table view controller much like those in Settings.app, with nice-looking fields to collect or display information, all using a simple and convienent block-based syntax' + s.description = 'A subclass-able way to cleanly and neatly implement a table view controller much like those in Settings.app, with nice-looking fields to collect or display information, all using a simple and convienent block-based syntax.' s.homepage = 'https://github.com/jakemarsh/JMStaticContentTableViewController' s.authors = { 'Jake Marsh' => 'jake@deallocatedobjects.com' } @@ -11,11 +11,11 @@ Pod::Spec.new do |s| s.platform = :ios s.requires_arc = true - + s.license = { :type => 'MIT', :file => 'MIT-LICENSE' } s.source_files = ['JMStaticContentTableViewController/*.*'] -end \ No newline at end of file +end diff --git a/JMStaticContentTableViewController/0.1.1/JMStaticContentTableViewController.podspec b/JMStaticContentTableViewController/0.1.1/JMStaticContentTableViewController.podspec index c12db322..e650fee2 100644 --- a/JMStaticContentTableViewController/0.1.1/JMStaticContentTableViewController.podspec +++ b/JMStaticContentTableViewController/0.1.1/JMStaticContentTableViewController.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.version = '0.1.1' s.summary = 'Cleanly implement a table view controller much like those in Settings.app, using a simple, convienent block-based syntax.' - s.description = 'A subclass-able way to cleanly and neatly implement a table view controller much like those in Settings.app, with nice-looking fields to collect or display information, all using a simple and convienent block-based syntax' + s.description = 'A subclass-able way to cleanly and neatly implement a table view controller much like those in Settings.app, with nice-looking fields to collect or display information, all using a simple and convienent block-based syntax.' s.homepage = 'https://github.com/jakemarsh/JMStaticContentTableViewController' s.authors = { 'Jake Marsh' => 'jake@deallocatedobjects.com' } @@ -18,4 +18,4 @@ Pod::Spec.new do |s| } s.source_files = ['JMStaticContentTableViewController/*.*'] -end \ No newline at end of file +end diff --git a/LXPagingViews/0.0.1/LXPagingViews.podspec b/LXPagingViews/0.0.1/LXPagingViews.podspec index f2a645e3..c1096a45 100644 --- a/LXPagingViews/0.0.1/LXPagingViews.podspec +++ b/LXPagingViews/0.0.1/LXPagingViews.podspec @@ -2,7 +2,6 @@ Pod::Spec.new do |s| s.name = "LXPagingViews" s.version = "0.0.1" s.summary = "A small, efficient and flexible implementation for common paging scroll view patterns." - s.description = "A small, efficient and flexible implementation for common paging scroll view patterns." s.homepage = "https://github.com/lxcid/LXPagingViews" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Stan Chang Khin Boon" => "http://twitter.com/lxcid" } diff --git a/LevelDB-ObjC/0.0.1/LevelDB-ObjC.podspec b/LevelDB-ObjC/0.0.1/LevelDB-ObjC.podspec index 7c6b57d1..895e9bfa 100644 --- a/LevelDB-ObjC/0.0.1/LevelDB-ObjC.podspec +++ b/LevelDB-ObjC/0.0.1/LevelDB-ObjC.podspec @@ -6,13 +6,13 @@ Pod::Spec.new do |s| s.osx.deployment_target = '10.6' s.license = 'MIT' s.summary = 'A minimal wrapper for LevelDB in Objective C.' - s.description = 'This is a simple wrapper for Google\'s LevelDB. LevelDB is a fast key-value store written by Google. (This is a forked version for updated leveldb and XCode after 4.2)' + s.description = 'This is a simple wrapper for Google\'s LevelDB. LevelDB is a fast key-value store written by Google. This is a forked version for updated leveldb and XCode after 4.2.' s.homepage = 'https://github.com/hoisie/LevelDB-ObjC' s.author = 'Michael Hoisie' s.source = { :git => 'https://github.com/lsm/LevelDB-ObjC.git', :commit => '017a932cee36dd58a0346ce22e40feed0c4d50d4', :submodules => true } s.source_files = 'Classes/*.{h,m,mm}' s.library = 'leveldb' - + s.public_header_files = 'Classes/levelDB.h' s.preserve_paths = 'leveldb-library' diff --git a/MTJSONDictionary/0.0.2/MTJSONDictionary.podspec b/MTJSONDictionary/0.0.2/MTJSONDictionary.podspec index 67a3c1bd..af781096 100644 --- a/MTJSONDictionary/0.0.2/MTJSONDictionary.podspec +++ b/MTJSONDictionary/0.0.2/MTJSONDictionary.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "MTJSONDictionary" s.version = "0.0.2" s.summary = 'An NSDictionary category for converting to/from JSON and support to keypaths ([dict valueForComplexKeyPath:@"parents[0].children[first]"])' - s.description = "An NSDictionary category for when you're working with it converting to/from JSON. Includes `valueForComplexKeyPath:` (e.g. [dict valueForComplexKeyPath:@\"parents[0].children[first].toys[last].title\"])" + s.description = "An NSDictionary category for when you're working with it converting to/from JSON. Includes `valueForComplexKeyPath:` (e.g. [dict valueForComplexKeyPath:@\"parents[0].children[first].toys[last].title\"])." s.homepage = "https://github.com/mysterioustrousers/MTJSONDictionary.git" s.license = 'BSD' s.author = { "Adam Kirk" => "atomkirk@gmail.com" } diff --git a/MTJSONDictionary/0.0.3/MTJSONDictionary.podspec b/MTJSONDictionary/0.0.3/MTJSONDictionary.podspec index 0ef320ed..5fa80b92 100644 --- a/MTJSONDictionary/0.0.3/MTJSONDictionary.podspec +++ b/MTJSONDictionary/0.0.3/MTJSONDictionary.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "MTJSONDictionary" s.version = "0.0.3" s.summary = 'An NSDictionary category for converting to/from JSON and support to keypaths ([dict valueForComplexKeyPath:@"parents[0].children[first]"])' - s.description = "An NSDictionary category for when you're working with it converting to/from JSON. Includes `valueForComplexKeyPath:` (e.g. [dict valueForComplexKeyPath:@\"parents[0].children[first].toys[last].title\"])" + s.description = "An NSDictionary category for when you're working with it converting to/from JSON. Includes `valueForComplexKeyPath:` (e.g. [dict valueForComplexKeyPath:@\"parents[0].children[first].toys[last].title\"])." s.homepage = "https://github.com/mysterioustrousers/MTJSONDictionary.git" s.license = 'BSD' s.author = { "Adam Kirk" => "atomkirk@gmail.com" } diff --git a/MTJSONUtils/0.0.1/MTJSONUtils.podspec b/MTJSONUtils/0.0.1/MTJSONUtils.podspec index 30bac594..2152dc3d 100644 --- a/MTJSONUtils/0.0.1/MTJSONUtils.podspec +++ b/MTJSONUtils/0.0.1/MTJSONUtils.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "MTJSONUtils" s.version = "0.0.1" s.summary = 'NSObject category for working JSON convertions with suport keypaths ([dict valueForComplexKeyPath:@"parents[0].children[first].toys[last]"])' - s.description = "An NSObject category for when you're working with it converting to/from JSON. Includes `valueForComplexKeyPath:` (e.g. [dict valueForComplexKeyPath:@\"parents[0].children[first].toys[last].title\"])" + s.description = "An NSObject category for when you're working with it converting to/from JSON. Includes `valueForComplexKeyPath:` (e.g. [dict valueForComplexKeyPath:@\"parents[0].children[first].toys[last].title\"])." s.homepage = "https://github.com/mysterioustrousers/MTJSONUtils.git" s.license = 'BSD' s.author = { "Adam Kirk" => "atomkirk@gmail.com" } diff --git a/MTJSONUtils/0.1.0/MTJSONUtils.podspec b/MTJSONUtils/0.1.0/MTJSONUtils.podspec index b3c42ba7..13a474b8 100644 --- a/MTJSONUtils/0.1.0/MTJSONUtils.podspec +++ b/MTJSONUtils/0.1.0/MTJSONUtils.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "MTJSONUtils" s.version = "0.1.0" s.summary = "An NSObject category for working with JSON." - s.description = "For when you're working with converting to/from JSON. Includes `valueForComplexKeyPath:` (e.g. [dict valueForComplexKeyPath:@\"parents[0].children[first].toys[last].title\"])" + s.description = "For when you're working with converting to/from JSON. Includes `valueForComplexKeyPath:` (e.g. [dict valueForComplexKeyPath:@\"parents[0].children[first].toys[last].title\"])." s.homepage = "https://github.com/mysterioustrousers/MTJSONUtils.git" s.license = 'BSD' s.author = { "Adam Kirk" => "atomkirk@gmail.com" } diff --git a/MYUtilities/0.0.1/MYUtilities.podspec b/MYUtilities/0.0.1/MYUtilities.podspec index ca5465f8..1da3c9ae 100644 --- a/MYUtilities/0.0.1/MYUtilities.podspec +++ b/MYUtilities/0.0.1/MYUtilities.podspec @@ -28,7 +28,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/snej/MYUtilities' s.authors = { 'Jens Alfke' => 'jens@mooseyard.com' } s.source = { :git => 'https://github.com/snej/MYUtilities.git', :commit => '0cc46aaf394dfe451d83d0ae3954643662210767' } - s.description = 'Objective-C utility code for Cocoa programming on Mac OS X.' s.platform = :ios # for now, this includes just the files needed by MYNetwork and TouchDB. A lot of the other files in diff --git a/NICInfo/0.0.1/NICInfo.podspec b/NICInfo/0.0.1/NICInfo.podspec index b94ca18b..83e66449 100644 --- a/NICInfo/0.0.1/NICInfo.podspec +++ b/NICInfo/0.0.1/NICInfo.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.version = "0.0.1" s.summary = "Objective-C class for getting network interfaces address information instantly. Mainly for iOS." s.description = <<-DESC - Objective-C class for getting network interfaces address information instantly. Mainly for iOS. (maybe works on Mac OS X?) Just use when you need to know NIC's ip, netmask, or broadcast ip. (Refer Wiki page for usage) + Objective-C class for getting network interfaces address information instantly. Mainly for iOS. (maybe works on Mac OS X?) Just use when you need to know NIC's ip, netmask, or broadcast ip. Refer Wiki page for usage. DESC s.homepage = "https://bitbucket.org/kenial/nicinfo/overview" s.license = { :type => 'BSD', :file => 'COPYING' } diff --git a/ObjectiveLibModbus/0.0.1/ObjectiveLibModbus.podspec b/ObjectiveLibModbus/0.0.1/ObjectiveLibModbus.podspec index bbce767d..594268c6 100644 --- a/ObjectiveLibModbus/0.0.1/ObjectiveLibModbus.podspec +++ b/ObjectiveLibModbus/0.0.1/ObjectiveLibModbus.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Lars-Jørgen Kristiansen' => 'LarsJK.84@gmail.com' } s.source = { :git => 'https://github.com/iUtvikler/ObjectiveLibModbus.git', :tag => '0.0.1' } s.description = 'ObjectiveLibModbus is an Objective-C wrapper class for the libmodbus library.' \ - 'I included tweaked and compiled libmodbus sourcefiles, that work with OS X and iOS in this project' + 'I included tweaked and compiled libmodbus sourcefiles, that work with OS X and iOS in this project.' s.source_files = 'ObjectiveLibModbus/*.{h,m}', 'Vendor/libmodbus/*.{c,h}' s.requires_arc = true end diff --git a/ObjectiveLibModbus/0.0.2/ObjectiveLibModbus.podspec b/ObjectiveLibModbus/0.0.2/ObjectiveLibModbus.podspec index 0105569f..0a997bb4 100644 --- a/ObjectiveLibModbus/0.0.2/ObjectiveLibModbus.podspec +++ b/ObjectiveLibModbus/0.0.2/ObjectiveLibModbus.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Lars-Jørgen Kristiansen' => 'LarsJK.84@gmail.com' } s.source = { :git => 'https://github.com/iUtvikler/ObjectiveLibModbus.git', :tag => '0.0.2' } s.description = 'ObjectiveLibModbus is an Objective-C wrapper class for the libmodbus library.' \ - 'I included tweaked and compiled libmodbus sourcefiles, that work with OS X and iOS in this project' + 'I included tweaked and compiled libmodbus sourcefiles, that work with OS X and iOS in this project.' s.source_files = 'ObjectiveLibModbus/*.{h,m}', 'Vendor/libmodbus/*.{c,h}' s.requires_arc = true end diff --git a/OpenCV/2.4.3.2/OpenCV.podspec b/OpenCV/2.4.3.2/OpenCV.podspec index 7982ddb8..d042aa0f 100644 --- a/OpenCV/2.4.3.2/OpenCV.podspec +++ b/OpenCV/2.4.3.2/OpenCV.podspec @@ -11,9 +11,8 @@ Pod::Spec.new do |s| Q&A forum: http://answers.opencv.org Dev zone: http://code.opencv.org - Compilled framework for iOS v2.4.3.2 + Compilled framework for iOS v2.4.3.2. DESC - s.license = { :type => 'BSD', :file => 'LICENSE', :text => <<-LICENSE IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. diff --git a/PSStoreButton/0.0.1/PSStoreButton.podspec b/PSStoreButton/0.0.1/PSStoreButton.podspec index 03009307..71f0dede 100644 --- a/PSStoreButton/0.0.1/PSStoreButton.podspec +++ b/PSStoreButton/0.0.1/PSStoreButton.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/steipete/PSStoreButton' s.author = { 'Peter Steinberger' => 'steipete@gmail.com' } s.source = { :git => 'https://github.com/steipete/PSStoreButton.git', :commit => '54256e4a204db9999553627df870fe5f23de6113' } - s.description = 'UIButton that is styled like iPhone\'s AppStore-Button.' s.platform = :ios s.source_files = 'PSStoreButton.{h,m}' s.frameworks = 'CoreGraphics', 'QuartzCore' diff --git a/PinEntry/0.0.1/PinEntry.podspec b/PinEntry/0.0.1/PinEntry.podspec index 02d08b5e..702fe60f 100644 --- a/PinEntry/0.0.1/PinEntry.podspec +++ b/PinEntry/0.0.1/PinEntry.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/farcaller/iphone-pinentry' s.author = { 'Vlzcimif Pouzanov' => 'farcaller@gmail.com' } s.source = { :git => 'https://github.com/farcaller/iphone-pinentry.git', :commit => '1d0f17e4d746881d3136c2933c43d694a9b3396f' } - s.description = 'PinEntry is a small library that provides support for 4-digit pin code entries. See also https://github.com/farcaller/iphone-pinentry/blob/master/README.md' + s.description = 'PinEntry is a small library that provides support for 4-digit pin code entries. See also https://github.com/farcaller/iphone-pinentry/blob/master/README.md.' s.platform = :ios s.source_files = 'PinEntry', 'PinEntry/Classes/**/*.{h,m,xib}' s.resources = "PinEntry/Resources/*.png" diff --git a/PlayHavenSDK/1.11.0/PlayHavenSDK.podspec b/PlayHavenSDK/1.11.0/PlayHavenSDK.podspec index 2528014d..2034e17b 100644 --- a/PlayHavenSDK/1.11.0/PlayHavenSDK.podspec +++ b/PlayHavenSDK/1.11.0/PlayHavenSDK.podspec @@ -6,10 +6,10 @@ Pod::Spec.new do |s| s.homepage = 'http://playhaven.com' s.author = { 'Sam Stewart' => 'sam@playhaven.com' } s.source = { :git => 'https://github.com/playhaven/sdk-ios.git', :tag => '1.11.0' } - s.description = "PlayHaven is a real-time mobile game marketing platform to help you take control of the business of your games. Acquire, retain, re-engage, and monetize your players with the help of PlayHaven's powerful marketing platform. Integrate once and embrace the flexibility of the web as you build, schedule, deploy, and analyze your in-game promotions and monetization in real-time through PlayHaven's easy-to-use, web-based dashboard. An API token and secret is required to use this SDK. These tokens uniquely identify your app to PlayHaven and prevent others from making requests to the API on your behalf. To get a token and secret, please visit the PlayHaven developer dashboard at https://dashboard.playhaven.com" + s.description = "PlayHaven is a real-time mobile game marketing platform to help you take control of the business of your games. Acquire, retain, re-engage, and monetize your players with the help of PlayHaven's powerful marketing platform. Integrate once and embrace the flexibility of the web as you build, schedule, deploy, and analyze your in-game promotions and monetization in real-time through PlayHaven's easy-to-use, web-based dashboard. An API token and secret is required to use this SDK. These tokens uniquely identify your app to PlayHaven and prevent others from making requests to the API on your behalf. To get a token and secret, please visit the PlayHaven developer dashboard at https://dashboard.playhaven.com." s.platform = :ios # PlayHaven includes prefixed versions of SBJson and OpenUDID s.source_files = 'Cache', 'src', 'WaterWorks', 'JSON', 'OpenUDID' s.frameworks = 'SystemConfiguration', 'CFNetwork', 'StoreKit', 'CoreGraphics', 'QuartzCore' -end \ No newline at end of file +end diff --git a/PopoverView/0.0.1/PopoverView.podspec b/PopoverView/0.0.1/PopoverView.podspec index 52d5dec1..e73e4abd 100644 --- a/PopoverView/0.0.1/PopoverView.podspec +++ b/PopoverView/0.0.1/PopoverView.podspec @@ -2,7 +2,6 @@ Pod::Spec.new do |s| s.name = "PopoverView" s.version = "0.0.1" s.summary = "A simple UIView popover control for iPhone/iPad written in CoreGraphics." - s.description = "A simple UIView popover control for iPhone/iPad written in CoreGraphics." s.homepage = "https://github.com/runway20/PopoverView" s.license = { :type => 'MIT', diff --git a/RFQuiltLayout/1.0.3/RFQuiltLayout.podspec b/RFQuiltLayout/1.0.3/RFQuiltLayout.podspec index 76683200..56d1c9c2 100644 --- a/RFQuiltLayout/1.0.3/RFQuiltLayout.podspec +++ b/RFQuiltLayout/1.0.3/RFQuiltLayout.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/bryceredd/RFQuiltLayout' s.author = { 'bryce' => 'bryce@i.tv' } s.source = { :git => 'https://github.com/bryceredd/RFQuiltLayout.git', :tag => '1.0.3' } - s.description = 'Lays out cells with various widths and heights on the page.' s.source_files = 'RFQuiltLayout' s.platform = :ios, '6.0' s.requires_arc = true diff --git a/SEHumanizedTimeDiff/0.0.1/SEHumanizedTimeDiff.podspec b/SEHumanizedTimeDiff/0.0.1/SEHumanizedTimeDiff.podspec index 2f30d2c1..d53f7895 100644 --- a/SEHumanizedTimeDiff/0.0.1/SEHumanizedTimeDiff.podspec +++ b/SEHumanizedTimeDiff/0.0.1/SEHumanizedTimeDiff.podspec @@ -3,10 +3,13 @@ Pod::Spec.new do |s| s.version = '0.0.1' s.license = 'MIT' s.summary = 'An NSDate category to have humanly meaningful time intervals since todays date.' + s.description = <<-DESC + An NSDate category to have humanly meaningful time intervals since todays date. + Localizations available for Chinese, Japanese, Turkish, English, and German. + DESC s.homepage = 'https://github.com/fictorial/SEHumanizedTimeDiff' s.author = { 'Sarp Erdag' => 'sarp.erdag@apperto.com' } s.source = { :git => 'https://github.com/fictorial/SEHumanizedTimeDiff.git', :tag => '0.0.1' } - s.description = 'Localizations available for Chinese, Japanese, Turkish, English, and German.' s.source_files = 'SEHumanizedTime/*.{h,m}' s.resources = 'SEHumanizedTime/{en,de,ja,tr,zh-Hans}.lproj' diff --git a/SYPaginator/0.0.1/SYPaginator.podspec b/SYPaginator/0.0.1/SYPaginator.podspec index 241e3e78..e6624397 100644 --- a/SYPaginator/0.0.1/SYPaginator.podspec +++ b/SYPaginator/0.0.1/SYPaginator.podspec @@ -8,7 +8,6 @@ Pod::Spec.new do |s| s.author = { 'Sam Soffes' => 'sam@samsoff.es' } s.source = { :git => 'https://github.com/Synthetic/SYPaginator.git', :commit => '912d541e10d11df6afd02af595667a212419cc19' } s.source_files = 'SYPaginator/*' - s.description = 'Simple paging scroll view to make complicated tasks easier.' s.requires_arc = true s.resources = 'Resources/*' -end \ No newline at end of file +end diff --git a/Slash/0.1/Slash.podspec b/Slash/0.1/Slash.podspec index a3da172f..05764e82 100644 --- a/Slash/0.1/Slash.podspec +++ b/Slash/0.1/Slash.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.version = "0.1" s.summary = "A simple, extensible, language for styling attributed strings." s.description = <<-DESC - A simple, extensible markup language for styling NSAttributedStrings. The language is similar in appearance to HTML, however the tag vocabulary and styles can be easily customized by passing a dictionary argument to the parser. + A simple, extensible markup language for styling NSAttributedStrings. The language is similar in appearance to HTML, however the tag vocabulary and styles can be easily customized by passing a dictionary argument to the parser. DESC s.homepage = "https://github.com/chrisdevereux/Slash" s.license = { :type => 'MIT', :file => 'LICENCE' } diff --git a/Surikae/0.2.1/Surikae.podspec b/Surikae/0.2.1/Surikae.podspec index 8662fe15..615e0f83 100644 --- a/Surikae/0.2.1/Surikae.podspec +++ b/Surikae/0.2.1/Surikae.podspec @@ -2,11 +2,10 @@ Pod::Spec.new do |s| s.name = 'Surikae' s.version = '0.2.1' s.license = 'BSD' - s.summary = 'Surikae exchanges a class or instance method. It’s helpful for unit testing of Objective-C.' + s.summary = 'Surikae exchanges a class or instance method with blocks. It’s helpful for unit testing of Objective-C.' s.homepage = 'https://github.com/katsuyoshi/Surikae/wiki' s.author = { 'Katsuyoshi Ito' => 'kito@itosoft.com' } s.source = { :git => 'https://github.com/katsuyoshi/Surikae.git', :tag => '0.2.1' } - s.description = 'Surikae replace a method by blocks. It’s helpful for unit testing for Objective-C.' s.platform = :ios s.source_files = 'surikae' s.framework = 'Foundation' diff --git a/TextExpander/1.2.2/TextExpander.podspec b/TextExpander/1.2.2/TextExpander.podspec index ed75813f..de724e4e 100644 --- a/TextExpander/1.2.2/TextExpander.podspec +++ b/TextExpander/1.2.2/TextExpander.podspec @@ -6,9 +6,8 @@ Pod::Spec.new do |s| s.homepage = 'http://smilesoftware.com/sdk' s.author = { 'SmileOnMyMac' => 'textexpander-touch@smilesoftware.com' } s.source = { :http => 'http://smilesoftware.com/downloads/teTouchSDK_1.2.2.zip' } - s.description = 'Add TextExpander touch functionality to your iOS app!' s.platform = :ios s.source_files = 'teTouchSDK/TextExpander.framework/Versions/A/Headers/*.h' s.preserve_paths = 'teTouchSDK/TextExpander.framework' s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(PODS_ROOT)/TextExpander/teTouchSDK', 'OTHER_LDFLAGS' => '-framework TextExpander' } -end \ No newline at end of file +end diff --git a/UMeng/2.1.3/UMeng.podspec b/UMeng/2.1.3/UMeng.podspec index f0449686..c893aa6a 100644 --- a/UMeng/2.1.3/UMeng.podspec +++ b/UMeng/2.1.3/UMeng.podspec @@ -6,13 +6,12 @@ Pod::Spec.new do |s| s.homepage = 'http://dev.umeng.com/' s.author = { 'UMeng'=> 'support@umeng.com' } s.source = { :http => 'http://dev.umeng.com/files/download/Analytics_iOS_SDK_2.1.3.OpenUDID.zip' } - s.description = 'UMeng analytics SDK.' s.platform = :ios s.source_files = 'Analytics_iOS_SDK_2.1.3.OpenUDID/UMAnalytics_Sdk_2.1.3.OpenUDID/*.h' s.resource = 'Analytics_iOS_SDK_2.1.3.OpenUDID/UMAnalytics_Sdk_2.1.3.OpenUDID/*.a' - + s.library = 'z','MobClickLibrary' - + s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '$(PODS_ROOT)/UMeng/Analytics_iOS_SDK_2.1.3.OpenUDID/UMAnalytics_Sdk_2.1.3.OpenUDID' } end diff --git a/WindowsAzureMobileServices/0.2/WindowsAzureMobileServices.podspec b/WindowsAzureMobileServices/0.2/WindowsAzureMobileServices.podspec index 4afb9c97..1605a897 100644 --- a/WindowsAzureMobileServices/0.2/WindowsAzureMobileServices.podspec +++ b/WindowsAzureMobileServices/0.2/WindowsAzureMobileServices.podspec @@ -3,8 +3,7 @@ Pod::Spec.new do |s| s.version = '0.2' s.license = { :type => 'Commercial', :file => 'LICENSE.rtf' } s.platform = :ios - s.summary = 'iOS framework for developing apps using Windows Azure.' - s.description = 'Windows Azure Mobile SDK for iOS.' + s.summary = 'Windows Azure Mobile SDK for iOS.' s.homepage = 'http://www.windowsazure.com/ios/' s.author = { 'WindowsAzureMobileServices' => 'support@windowsazure.com' } s.source = { :git => 'https://github.com/jrossano/WindowsAzureMobileServices.git', :tag => '0.2' } diff --git a/ZAActivityBar/0.1.1/ZAActivityBar.podspec b/ZAActivityBar/0.1.1/ZAActivityBar.podspec index 7d8dee15..9e29bfb6 100644 --- a/ZAActivityBar/0.1.1/ZAActivityBar.podspec +++ b/ZAActivityBar/0.1.1/ZAActivityBar.podspec @@ -4,7 +4,6 @@ Pod::Spec.new do |s| s.platform = :ios, "5.0" s.license = "MIT" s.summary = "An easy-to-use activity bar that's meant to non-intrusively display the progress of a task." - s.description = "An easy-to-use activity bar that's meant to non-intrusively display the progress of a task." s.homepage = "https://github.com/zacaltman/ZAActivityBar" s.author = { "Zac Altman" => "zac@basind.com" } s.source = { :git => "https://github.com/zacaltman/ZAActivityBar.git", :tag => "0.1.1" } @@ -13,6 +12,6 @@ Pod::Spec.new do |s| s.framework = "QuartzCore" s.dependency "SKBounceAnimation", "~> 1.0" s.resources = "ZAActivityBar/ZAActivityBar.bundle" - + s.requires_arc = true end diff --git a/iOS-Hierarchy-Viewer/1.3/iOS-Hierarchy-Viewer.podspec b/iOS-Hierarchy-Viewer/1.3/iOS-Hierarchy-Viewer.podspec index c2ad94b6..50e4ea8a 100644 --- a/iOS-Hierarchy-Viewer/1.3/iOS-Hierarchy-Viewer.podspec +++ b/iOS-Hierarchy-Viewer/1.3/iOS-Hierarchy-Viewer.podspec @@ -4,10 +4,10 @@ Pod::Spec.new do |s| s.summary = "Allows to debug user interfaces with a real time preview of the UIViews hierarchy." s.description = "iOS Hierarchy Viewer allows developers to debug their user interfaces. If there are problems with layout calculations, it will catch them by giving a real time preview of the UIViews hierarchy." \ "Features:" \ - "- the client is implemented in HTML/JS/CSS. Additional software is not required" \ - "- preview of device/simulator screen. Can be scaled and/or rotated on demand" \ - "- debug frames shows the exact UIViews frames" \ - "- property list shows obj-c properties and their values for selected UIView" + "- the client is implemented in HTML/JS/CSS. Additional software is not required." \ + "- preview of device/simulator screen. Can be scaled and/or rotated on demand." \ + "- debug frames shows the exact UIViews frames." \ + "- property list shows obj-c properties and their values for selected UIView." s.homepage = "https://github.com/glock45/iOS-Hierarchy-Viewer" s.license = { :type => 'BSD' } s.author = { "Damian Kołakowski" => "krzysztof.zablocki@me.com" } diff --git a/libPhoneNumber-iOS/0.5.3/libPhoneNumber-iOS.podspec b/libPhoneNumber-iOS/0.5.3/libPhoneNumber-iOS.podspec index 40385415..a71c52ad 100644 --- a/libPhoneNumber-iOS/0.5.3/libPhoneNumber-iOS.podspec +++ b/libPhoneNumber-iOS/0.5.3/libPhoneNumber-iOS.podspec @@ -3,8 +3,8 @@ Pod::Spec.new do |s| s.version = "0.5.3" s.summary = "iOS library for parsing, formatting, storing and validating international phone numbers from libphonenumber library." s.description = <<-DESC -# libPhoneNumber for iOS -## Visit http://code.google.com/p/libphonenumber/ for more information + iOS library for parsing, formatting, storing and validating international phone numbers from libphonenumber library. + Visit http://code.google.com/p/libphonenumber/ for more information. DESC s.homepage = "https://github.com/me2day/libPhoneNumber-iOS" s.license = 'Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'