[Add] HXPhotoPicker 4.2.4
[CocoaPods.git] / Specs / 1 / 6 / 2 / APLEmailAddress / 0.0.2 / APLEmailAddress.podspec.json
blobe9a16372a3b11c4b9ee4fcf5dda82e8d97cdc706
2   "name": "APLEmailAddress",
3   "version": "0.0.2",
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.2"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/**/*"
23   ],
24   "frameworks": "UIKit",
25   "requires_arc": true,
26   "swift_version": "5.0"