[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 0 / 4 / 3 / EmailChecker / 0.1 / EmailChecker.podspec.json
blob0e0b8f3189226e697e50bc1fe570c07556dc8927
2   "name": "EmailChecker",
3   "version": "0.1",
4   "summary": "EmailChecker helps to catch simple email domain typos.",
5   "description": "                   EmailChecker helps to catch simple email domain\n                   typos. Its intended to be used as a hint when a\n                   user have to enter an email address.\n\n                   give it an email string and it returns a suggestion\n                   if one found or the original string if not.\n",
6   "homepage": "https://github.com/wordpress-mobile/EmailChecker",
7   "license": "MIT",
8   "authors": {
9     "Maxime Biais": "maxime.biais@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "libraries": "c++",
15   "source": {
16     "git": "https://github.com/wordpress-mobile/EmailChecker.git",
17     "tag": "0.1"
18   },
19   "source_files": [
20     "ios/EmailChecker/**/*.{h,mm}",
21     "common/**/*.{h,cpp}"
22   ],
23   "requires_arc": false,
24   "deprecated": true