-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated podspec
- Loading branch information
Showing
1 changed file
with
5 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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 |