Skip to content

Commit

Permalink
[Add] AGMedallionView (1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgrigor committed Feb 7, 2013
1 parent 0ea8a3d commit 53cf83b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions AGMedallionView/1.1.0/AGMedallionView.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "AGMedallionView"
s.version = "1.1.0"
s.summary = "AGMedallionView is a picture view control just like the one that Apple is using at the login screen in Mac OS X Lion."
s.homepage = "https://github.com/arturgrigor/AGMedallionView.git"
s.license = 'MIT'
s.author = { "Artur Grigor" => "arturgrigor@gmail.com" }
s.source = { :git => "https://github.com/arturgrigor/AGMedallionView.git", :tag => s.version.to_s }
s.platform = :ios
s.source_files = 'AGMedallionView/*.{h,m}'
s.frameworks = 'CoreGraphics'
s.requires_arc = true
end

0 comments on commit 53cf83b

Please sign in to comment.