[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / 8 / 0 / 7 / NDEmailTextField / 1.0.1 / NDEmailTextField.podspec.json
blob57466ed7e12ec4d66870d4bb1a096b1a918b57a7
2   "name": "NDEmailTextField",
3   "version": "1.0.1",
4   "summary": "Autocomplete email text field for iOS.",
5   "homepage": "https://github.com/mozzet/NDEmailTextField",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "KimDarren": "korean.darren@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/mozzet/NDEmailTextField.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Classes/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]