blob: 99a9834106652f939f209b674548754772837d97 [file] [log] [blame]
{
"name": "APLEmailAddress",
"version": "0.0.1",
"summary": "Implements an EmailAddress Detector that returns instances EmailAddress containing valid email addresses",
"description": "* APLEmailAddress contains the class EmailAddressDetector to detect valid email-Addresses in a string and return instances of the EmailAddressProtocol.",
"homepage": "https://github.com/apploft/APLEmailAddress",
"swift_versions": "5.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Famara Kassama",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/apploft/APLEmailAddress.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*"
],
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5.0"
}