diff --git a/AIVerification/1.0.0/AIVerification.podspec b/AIVerification/1.0.0/AIVerification.podspec new file mode 100644 index 00000000000000..0d2f54cbd7e6c7 --- /dev/null +++ b/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