Skip to content

Commit

Permalink
[Add] Mailcheck-ObjectiveC (0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkasper committed Jan 4, 2013
1 parent b606c96 commit fa448c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Mailcheck-ObjectiveC/0.1/Mailcheck-ObjectiveC.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "Mailcheck-ObjectiveC"
s.version = "0.1"
s.summary = "An Objective-C port of Kicksend's Mailcheck. Suggest corrections for misspelled email addresses."
s.homepage = "https://github.com/dkasper/Mailcheck-ObjectiveC"

s.license = { :type => 'MIT', :file => 'LICENSE' }

s.author = { "David Kasper" => "dkasper@gmail.com" }
s.source = { :git => "https://github.com/dkasper/Mailcheck-ObjectiveC.git", :tag => "0.1" }

s.platform = :ios, '6.0'

s.source_files = 'Classes'

s.requires_arc = true
end

0 comments on commit fa448c6

Please sign in to comment.