[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / 0 / 7 / c / SHEmailValidator / 1.0.6 / SHEmailValidator.podspec.json
blob33eea9f812e2e50c2855bfd64c0ebac11079cb0b
2   "name": "SHEmailValidator",
3   "deprecated_in_favor_of": "SpotHeroEmailValidator",
4   "license": "Apache License, Version 2.0",
5   "version": "1.0.6",
6   "summary": "iOS Email Validator",
7   "description": "An iOS library that will provide basic email syntax validation as well as provide suggestions for possible typos (for example, test@gamil.con would be corrected to test@gmail.com).",
8   "homepage": "https://github.com/spothero/SpotHeroEmailValidator-iOS",
9   "screenshots": [
10     "https://raw.githubusercontent.com/spothero/SpotHeroEmailValidator-iOS/master/Screenshots/Screenshot%201.png",
11     "https://raw.githubusercontent.com/spothero/SpotHeroEmailValidator-iOS/master/Screenshots/Screenshot%202.png",
12     "https://raw.githubusercontent.com/spothero/SpotHeroEmailValidator-iOS/master/Screenshots/Screenshot%203.png"
13   ],
14   "authors": {
15     "spothero": "admin@spothero.com",
16     "EricKuck": "eric@spothero.com"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/spothero/SpotHeroEmailValidator-iOS.git",
24     "tag": "1.0.6"
25   },
26   "source_files": [
27     "SHEmailValidator",
28     "SHEmailValidator/*.{h,m}"
29   ],
30   "resources": "SHEmailValidator/DomainData.plist"