forked from sakrist/VBPieChart
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VBPiePiece - made fully private, and all members are readonly
from float -> double some little more commnets
- Loading branch information
Showing
7 changed files
with
115 additions
and
81 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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ Pod::Spec.new do |s| | |
# | ||
|
||
s.name = "VBPieChart" | ||
s.version = "1.0.0" | ||
s.version = "1.1.0" | ||
s.summary = "Pie Chart with different animations to present." | ||
|
||
s.description = <<-DESC | ||
|
@@ -38,7 +38,6 @@ Pod::Spec.new do |s| | |
# | ||
|
||
s.license = { :type => "MIT", :file => "README.md" } | ||
# s.license = { :type => "MIT", :file => "FILE_LICENSE" } | ||
|
||
|
||
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|
@@ -51,9 +50,9 @@ Pod::Spec.new do |s| | |
# profile URL. | ||
# | ||
|
||
s.author = "Volodymyr Boichentsov" | ||
# s.author = "Volodymyr Boichentsov" | ||
# Or just: s.author = "Volodymyr Boichentsov" | ||
# s.authors = { "Volodymyr Boichentsov" => "[email protected]" } | ||
s.authors = { "Volodymyr Boichentsov" => "[email protected]" } | ||
s.social_media_url = "http://twitter.com/sakrist" | ||
|
||
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|
@@ -76,7 +75,7 @@ Pod::Spec.new do |s| | |
# Supports git, hg, bzr, svn and HTTP. | ||
# | ||
|
||
s.source = { :git => "https://github.com/sakrist/VBPieChart.git", :tag => "1.0.0" } | ||
s.source = { :git => "https://github.com/sakrist/VBPieChart.git", :tag => "1.1.0" } | ||
|
||
|
||
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|
@@ -90,7 +89,7 @@ Pod::Spec.new do |s| | |
s.source_files = "VBPieChart/Classes", "VBPieChart/Classes/*.{h,m}" | ||
#s.exclude_files = "Classes/Exclude" | ||
|
||
# s.public_header_files = "Classes/**/*.h" | ||
s.public_header_files = "VBPieChart/Classes/VBPieChart.h" | ||
|
||
|
||
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|
@@ -113,7 +112,7 @@ Pod::Spec.new do |s| | |
# the lib prefix of their name. | ||
# | ||
|
||
s.framework = "QuartzCore" | ||
s.frameworks = "UIKit", "QuartzCore" | ||
# s.frameworks = "SomeFramework", "AnotherFramework" | ||
|
||
# s.library = "iconv" | ||
|
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
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
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
Oops, something went wrong.