[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / 2 / APLEmailAddress / 0.0.1 / APLEmailAddress.podspec.json
blob99a9834106652f939f209b674548754772837d97
2   "name": "APLEmailAddress",
3   "version": "0.0.1",
4   "summary": "Implements  an EmailAddress Detector that returns instances EmailAddress containing valid email addresses",
5   "description": "* APLEmailAddress contains the class EmailAddressDetector to detect valid email-Addresses in a string and return instances of the EmailAddressProtocol.",
6   "homepage": "https://github.com/apploft/APLEmailAddress",
7   "swift_versions": "5.0",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "Famara Kassama",
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/apploft/APLEmailAddress.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/**/*"
23   ],
24   "frameworks": "UIKit",
25   "requires_arc": true,
26   "swift_version": "5.0"