Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kgn committed Dec 8, 2013
1 parent a4d0513 commit 5e7af5c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions KGModal.podspec
@@ -1,14 +1,13 @@
Pod::Spec.new do |s|
s.name = "KGModal"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "KGModal is an easy drop in control that allows you to display any view in a modal popup."
s.homepage = "https://github.com/kgn/KGModal"
s.screenshots = "https://raw.github.com/kgn/KGModal/master/Screenshot.jpg"
s.license = { :type => 'Custom', :file => 'license.txt' }
s.license = { :type => 'MIT', :file => 'license.txt' }
s.author = { "David Keegan" => "git@davidkeegan.com" }
s.source = { :git => "https://github.com/kgn/KGModal.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/kgn/KGModal.git", :tag => "1.1.0" }
s.platform = :ios, '5.0'
s.source_files = 'KGModal.{h,m}'
s.exclude_files = 'ExampleApp'
s.requires_arc = true
end

0 comments on commit 5e7af5c

Please sign in to comment.