[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 5 / 4 / 8 / PasswordTextField / 1.1.0 / PasswordTextField.podspec.json
blobc07aad3c52d6b8d78bc7f8b90b91623cd44a5d2d
2   "name": "PasswordTextField",
3   "version": "1.1.0",
4   "summary": "A custom TextField with a switchable icon which shows or hides the password and enforce good password policies",
5   "description": "A custom TextField with a switchable icon which shows or hides the password and enforce good password policies, written in Swift",
6   "homepage": "https://github.com/PiXeL16/PasswordTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Jimenez": "cjimenez16@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/chrisjimeneznat",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/PiXeL16/PasswordTextField.git",
20     "tag": "1.1.0"
21   },
22   "source_files": [
23     "PasswordTextField/",
24     "PasswordTextField/**/*.{h,m,swift}"
25   ],
26   "resource_bundles": {
27     "PasswordTextField": "PasswordTextField/**/*.png"
28   },
29   "requires_arc": true