Skip to content

Commit

Permalink
Adds AIVerification podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
atomos86 committed Dec 30, 2013
1 parent 97d17f5 commit 5533f11
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions AIVerification/1.0.0/AIVerification.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |spec|
spec.name = 'AIVerification'
spec.version = '1.0.0'
spec.license = 'MIT'
spec.homepage = 'https://github.com/WideEyeLabs/AIVerification'
spec.summary = 'A framework for testing user inputs and generating error messages.'
spec.authors = {'Brian Thomas' => 'brian@wideeyelabs.com'}
spec.source = {:git => 'https://github.com/WideEyeLabs/AIVerification.git', :tag => '1.0.0'}
spec.source_files = 'AIVerification'
spec.requires_arc = true
spec.ios.deployment_target = '7.0'
end

0 comments on commit 5533f11

Please sign in to comment.