diff --git a/YAScrollSegmentControl.podspec b/YAScrollSegmentControl.podspec index cd59538..70ec94e 100644 --- a/YAScrollSegmentControl.podspec +++ b/YAScrollSegmentControl.podspec @@ -10,18 +10,15 @@ Pod::Spec.new do |s| s.name = "YAScrollSegmentControl" s.version = "0.1.0" - s.summary = "A short description of YAScrollSegmentControl." + s.summary = "Beautiful and easy to use scrolling segment control." s.description = <<-DESC - An optional longer description of YAScrollSegmentControl - - * Markdown format. - * Don't worry about the indent, we strip it! + Beautiful and easy to use scrolling segment control. DESC - s.homepage = "https://github.com//YAScrollSegmentControl" - # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" + s.homepage = "https://github.com/jimmya/YAScrollSegmentControl" + s.screenshots = "https://raw.githubusercontent.com/jimmya/YAScrollSegmentControl/master/screen2.png" s.license = 'MIT' s.author = { "jimmy" => "arts.jimmy@gmail.com" } - s.source = { :git => "https://github.com//YAScrollSegmentControl.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/jimmya/YAScrollSegmentControl.git", :tag => s.version } # s.social_media_url = 'https://twitter.com/' s.platform = :ios, '7.0' @@ -31,8 +28,4 @@ Pod::Spec.new do |s| s.resource_bundles = { 'YAScrollSegmentControl' => ['Pod/Assets/*.png'] } - - # s.public_header_files = 'Pod/Classes/**/*.h' - # s.frameworks = 'UIKit', 'MapKit' - # s.dependency 'AFNetworking', '~> 2.3' end