Skip to content

Commit

Permalink
- Update .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrGraschenkov committed Mar 16, 2015
1 parent a33d3c6 commit 61dd6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MagicPie.podspec
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
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 61dd6a7

Please sign in to comment.