Add KYCircleMenu 1.0.0

This commit is contained in:
Kjuly
2013-01-09 16:46:33 +08:00
parent 65531238e6
commit 949ee3ee99
+13
View File
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "KYCircleMenu"
s.version = "1.0.0"
s.summary = "A circle menu with toggling animation."
s.description = "A circle menu with toggling animation. And you can customize the number of buttons between (1 ~ 6)."
s.homepage = "https://github.com/Kjuly/KYCircleMenu"
s.license = 'MIT'
s.author = { "Kjuly" => "dev@kjuly.com" }
s.source = { :git => "https://github.com/Kjuly/KYCircleMenu.git", :tag => "1.0.0" }
s.platform = :ios
s.ios.deployment_target = '5.0'
s.source_files = 'KYCircleMenu/*.{h,m}'
end