[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 5 / 4 / 8 / PasswordTextField / 1.0.4 / PasswordTextField.podspec.json
blobae53530c52d36834456df711314b39730c28007c
2   "name": "PasswordTextField",
3   "version": "1.0.4",
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.0.4"
21   },
22   "source_files": [
23     "PasswordTextField/",
24     "PasswordTextField/**/*.{h,m,swift}"
25   ],
26   "resource_bundles": {
27     "PasswordTextField": "PasswordTextField/**/*.png"
28   },
29   "requires_arc": true