Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
Updated podspec
  • Loading branch information
jimmya committed Feb 10, 2015
1 parent a51582e commit 6162bdb
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions YAScrollSegmentControl.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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/<GITHUB_USERNAME>/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" => "[email protected]" }
s.source = { :git => "https://github.com/<GITHUB_USERNAME>/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/<TWITTER_USERNAME>'

s.platform = :ios, '7.0'
Expand All @@ -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

0 comments on commit 6162bdb

Please sign in to comment.