Skip to content

Commit

Permalink
Merge pull request #2688 from nerdishbynature/master
Browse files Browse the repository at this point in the history
[ADDED] ObjectModelValidation
  • Loading branch information
keith committed Jun 25, 2013
2 parents 0b40d47 + c22910c commit a4794c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ObjcModelValidation/0.1/ObjcModelValidation.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "ObjcModelValidation"
s.version = "0.1"
s.summary = "Port of ActiveRecord Validators to Objective-C."
s.homepage = "https://github.com/nerdishbynature/ObjcModelValidation"
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { "Piet Brauer" => "piet@nerdishbynature.com" }
s.source = { :git => "https://github.com/nerdishbynature/ObjcModelValidation.git", :tag => "0.1" }
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.requires_arc = true
s.dependency 'PBLog', '~> 0.1'
end

0 comments on commit a4794c9

Please sign in to comment.