-
Notifications
You must be signed in to change notification settings - Fork 77
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
1 parent
a33d3c6
commit 61dd6a7
Showing
2 changed files
with
2 additions
and
6 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "MagicPie" | ||
s.version = "1.0.1" | ||
s.version = "1.1.0" | ||
s.summary = "Powerfull pie layer for creating your own pie view" | ||
s.homepage = "https://github.com/AlexandrGraschenkov/MagicPie" | ||
s.license = "MIT" | ||
s.author = { "Alexandr Graschenkov" => "[email protected]" } | ||
s.platform = :ios, '5.0' | ||
s.source = { :git => "https://github.com/AlexandrGraschenkov/MagicPie.git", :tag => "1.0.1" } | ||
s.source = { :git => "https://github.com/AlexandrGraschenkov/MagicPie.git", :tag => "1.1.0" } | ||
s.source_files = 'MagicPieLayer', 'MagicPieLayer/**/*.{h,m}' | ||
s.requires_arc = true | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,10 +89,6 @@ Delete slices: | |
pieLayer.deleteValues([pieLayer.values[0], pieLayer.values[1]], animated: true) | ||
``` | ||
|
||
## Credits | ||
|
||
This control created for Bars Group. | ||
|
||
## Contact | ||
|
||
Alexandr Graschenkov: [email protected] | ||
|