blob: e9a16372a3b11c4b9ee4fcf5dda82e8d97cdc706 [file] [log] [blame]
{
"name": "APLEmailAddress",
"version": "0.0.2",
"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.2"
},
"source_files": [
"Classes",
"Classes/**/*"
],
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5.0"
}